From 8bd59d96214cf7d35e658ed7fe1682d7347ebd4f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jul 2024 14:35:01 +0000 Subject: [PATCH] build(deps): bump serde_json from 1.0.119 to 1.0.120 Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.119 to 1.0.120. - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](https://github.com/serde-rs/json/compare/v1.0.119...v1.0.120) --- updated-dependencies: - dependency-name: serde_json dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- harness-support/rust/Cargo.toml | 2 +- harness/rust-rustls/Cargo.toml | 2 +- harness/rust-webpki/Cargo.toml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 60469c21..d035bfb2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -377,9 +377,9 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.119" +version = "1.0.120" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e8eddb61f0697cc3989c5d64b452f5488e2b8a60fd7d5076a3045076ffef8cb0" +checksum = "4e0d21c9a8cae1235ad58a00c11cb40d4b1e5c784f1ef2c537876ed6ffd8b7c5" dependencies = [ "itoa", "ryu", diff --git a/harness-support/rust/Cargo.toml b/harness-support/rust/Cargo.toml index 1c7dd58b..364cfc48 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.119" +serde_json = "1.0.120" typify = "0.1.0" diff --git a/harness/rust-rustls/Cargo.toml b/harness/rust-rustls/Cargo.toml index f0705d68..d30874f2 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.119" +serde_json = "1.0.120" rustls-webpki = { version = "0.102.5", features = ["std"] } diff --git a/harness/rust-webpki/Cargo.toml b/harness/rust-webpki/Cargo.toml index b82c6544..d3e59bd5 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.119" +serde_json = "1.0.120" webpki = { version = "0.22.4", features = ["std"] }