From d0838bbbc0a17dd60921e3bc7d951a493e43a128 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Sep 2024 07:03:28 +0000 Subject: [PATCH] chore(deps): Bump serde_json from 1.0.125 to 1.0.128 Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.125 to 1.0.128. - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](https://github.com/serde-rs/json/compare/1.0.125...1.0.128) --- updated-dependencies: - dependency-name: serde_json dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- hipcheck/Cargo.toml | 2 +- plugins/dummy_rand_data/Cargo.toml | 2 +- plugins/dummy_sha256/Cargo.toml | 2 +- sdk/rust/Cargo.toml | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 91165147..7132af6a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2625,9 +2625,9 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.125" +version = "1.0.128" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "83c8e735a073ccf5be70aa8066aa984eaf2fa000db6c8d0100ae605b366d31ed" +checksum = "6ff5456707a1de34e7e37f2a6fd3d3f808c318259cbd01ab6377795054b483d8" dependencies = [ "itoa", "memchr", diff --git a/hipcheck/Cargo.toml b/hipcheck/Cargo.toml index b5b58690..891408b5 100644 --- a/hipcheck/Cargo.toml +++ b/hipcheck/Cargo.toml @@ -108,7 +108,7 @@ schemars = { version = "0.8.21", default-features = false, features = [ semver = "1.0.9" serde = { version = "1.0.210", features = ["derive", "rc"] } serde_derive = "1.0.137" -serde_json = "1.0.122" +serde_json = "1.0.128" sha256 = { version = "1.5.0", default-features = false } smart-default = "0.7.1" spdx-rs = "0.5.0" diff --git a/plugins/dummy_rand_data/Cargo.toml b/plugins/dummy_rand_data/Cargo.toml index cb6cfd64..e538d00c 100644 --- a/plugins/dummy_rand_data/Cargo.toml +++ b/plugins/dummy_rand_data/Cargo.toml @@ -12,7 +12,7 @@ futures = "0.3.30" indexmap = "2.5.0" prost = "0.13.2" rand = "0.8.5" -serde_json = "1.0.125" +serde_json = "1.0.128" tokio = { version = "1.40.0", features = ["rt"] } tokio-stream = "0.1.16" tonic = "0.12.2" diff --git a/plugins/dummy_sha256/Cargo.toml b/plugins/dummy_sha256/Cargo.toml index e709fe8e..902be6db 100644 --- a/plugins/dummy_sha256/Cargo.toml +++ b/plugins/dummy_sha256/Cargo.toml @@ -12,7 +12,7 @@ indexmap = "2.5.0" futures = "0.3.30" prost = "0.13.2" rand = "0.8.5" -serde_json = "1.0.125" +serde_json = "1.0.128" sha2 = "0.10.8" tokio = { version = "1.40.0", features = ["rt"] } tokio-stream = "0.1.16" diff --git a/sdk/rust/Cargo.toml b/sdk/rust/Cargo.toml index 0bd1d7e3..c5a60087 100644 --- a/sdk/rust/Cargo.toml +++ b/sdk/rust/Cargo.toml @@ -10,7 +10,7 @@ futures = "0.3.30" indexmap = "2.4.0" prost = "0.13.1" rand = "0.8.5" -serde_json = "1.0.125" +serde_json = "1.0.128" tokio = { version = "1.39.2", features = ["rt"] } tokio-stream = "0.1.15" tonic = "0.12.1"