From 4d6c4747902fe15ce469f4bffc6d00a890b55f9d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jan 2025 06:57:50 +0000 Subject: [PATCH] build(deps): bump serde_json from 1.0.135 to 1.0.137 in the cargo group Bumps the cargo group with 1 update: [serde_json](https://github.com/serde-rs/json). Updates `serde_json` from 1.0.135 to 1.0.137 - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](https://github.com/serde-rs/json/compare/v1.0.135...v1.0.137) --- updated-dependencies: - dependency-name: serde_json dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo ... 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 2368760..5305e7a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -368,9 +368,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/harness-support/rust/Cargo.toml b/harness-support/rust/Cargo.toml index 7e3ccb2..6455536 100644 --- a/harness-support/rust/Cargo.toml +++ b/harness-support/rust/Cargo.toml @@ -10,5 +10,5 @@ regress = "0.10.2" # https://github.com/Marwes/schemafy/pull/76 # schemafy = { git = "https://github.com/woodruffw-forks/schemafy", rev = "de28e87" } serde = { version = "1.0.217", features = ["derive"] } -serde_json = "1.0.135" +serde_json = "1.0.137" typify = "0.3.0" diff --git a/harness/rust-rustls/Cargo.toml b/harness/rust-rustls/Cargo.toml index 21af638..9132ca9 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.39" pem = "3.0.4" -serde_json = "1.0.135" +serde_json = "1.0.137" rustls-webpki = { version = "0.102.8", features = ["std"] } diff --git a/harness/rust-webpki/Cargo.toml b/harness/rust-webpki/Cargo.toml index a2e049b..de8581d 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.39" pem = "3.0.4" -serde_json = "1.0.135" +serde_json = "1.0.137" webpki = { version = "0.22.4", features = ["std"] }