From e54c37a9e2537bd621061c9337dfdd0437e59ab9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jul 2024 06:50:15 +0000 Subject: [PATCH] build(deps): bump serde_json from 1.0.120 to 1.0.121 Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.120 to 1.0.121. - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](https://github.com/serde-rs/json/compare/v1.0.120...v1.0.121) --- updated-dependencies: - dependency-name: serde_json dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 5 +++-- harness-support/rust/Cargo.toml | 2 +- harness/rust-rustls/Cargo.toml | 2 +- harness/rust-webpki/Cargo.toml | 2 +- 4 files changed, 6 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d035bfb2..7d9ce7f5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -377,11 +377,12 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.120" +version = "1.0.121" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4e0d21c9a8cae1235ad58a00c11cb40d4b1e5c784f1ef2c537876ed6ffd8b7c5" +checksum = "4ab380d7d9f22ef3f21ad3e6c1ebe8e4fc7a2000ccba2e4d71fc96f15b2cb609" dependencies = [ "itoa", + "memchr", "ryu", "serde", ] diff --git a/harness-support/rust/Cargo.toml b/harness-support/rust/Cargo.toml index 364cfc48..52060d95 100644 --- a/harness-support/rust/Cargo.toml +++ b/harness-support/rust/Cargo.toml @@ -10,5 +10,5 @@ regress = "0.10.0" # https://github.com/Marwes/schemafy/pull/76 # schemafy = { git = "https://github.com/woodruffw-forks/schemafy", rev = "de28e87" } serde = { version = "1.0.204", features = ["derive"] } -serde_json = "1.0.120" +serde_json = "1.0.121" typify = "0.1.0" diff --git a/harness/rust-rustls/Cargo.toml b/harness/rust-rustls/Cargo.toml index d30874f2..488c6f3a 100644 --- a/harness/rust-rustls/Cargo.toml +++ b/harness/rust-rustls/Cargo.toml @@ -7,5 +7,5 @@ edition = "2021" limbo-harness-support = { path = "../../harness-support/rust" } chrono = "0.4.38" pem = "3.0.4" -serde_json = "1.0.120" +serde_json = "1.0.121" rustls-webpki = { version = "0.102.5", features = ["std"] } diff --git a/harness/rust-webpki/Cargo.toml b/harness/rust-webpki/Cargo.toml index d3e59bd5..57840c6e 100644 --- a/harness/rust-webpki/Cargo.toml +++ b/harness/rust-webpki/Cargo.toml @@ -7,5 +7,5 @@ edition = "2021" limbo-harness-support = { path = "../../harness-support/rust" } chrono = "0.4.38" pem = "3.0.4" -serde_json = "1.0.120" +serde_json = "1.0.121" webpki = { version = "0.22.4", features = ["std"] }