From 747d7f1b0f5245c38cc55f822b725f16543ad53c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jan 2025 10:41:17 +0100 Subject: [PATCH] chore(deps,cargo): bump the cargo group with 2 updates (#282) Bumps the cargo group with 2 updates: [semver](https://github.com/dtolnay/semver) and [serde_json](https://github.com/serde-rs/json). Updates `semver` from 1.0.24 to 1.0.25 Updates `serde_json` from 1.0.135 to 1.0.137 Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 8 ++++---- Cargo.toml | 6 +++--- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 71ed0fc..e9856d0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -668,9 +668,9 @@ dependencies = [ [[package]] name = "semver" -version = "1.0.24" +version = "1.0.25" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3cb6eb87a131f756572d7fb904f6e7b68633f09cca868c5df1c4b8d1a694bbba" +checksum = "f79dfe2d285b0488816f30e700a7438c5a73d816b5b7d3ac72fbc48b0d185e03" dependencies = [ "serde", ] @@ -708,9 +708,9 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.135" +version = "1.0.137" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2b0d7ba2887406110130a978386c4e1befb98c674b4fba677954e4db976630d9" +checksum = "930cfb6e6abf99298aaad7d29abbef7a9999a9a8806a40088f55f0dcec03146b" dependencies = [ "itoa", "memchr", diff --git a/Cargo.toml b/Cargo.toml index 02b73d7..1aa3967 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -40,9 +40,9 @@ prost = "0.13.4" prost-types = "0.13.4" url = { version = "2.5.4", optional = true } regress = "0.10.2" -semver = { version = "1.0.24", optional = true } +semver = { version = "1.0.25", optional = true } serde = { version = "1.0.217", features = ["derive"] } -serde_json = "1.0.135" +serde_json = "1.0.137" serde_yaml = { version = "0.9.34", optional = true } thiserror = { version = "2.0.11", optional = true } @@ -53,7 +53,7 @@ prettyplease = "0.2.29" prost-build = { version = "0.13.4", default-features = false } protobuf-src = { version = "2.1.0", optional = true } schemars = "0.8.21" -semver = "1.0.24" +semver = "1.0.25" serde_yaml = "0.9.34" syn = "2.0.96" typify = "0.3.0"