From c04c1b5df5c8a396ecf868d28b99755ddcf5445c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Aug 2024 12:51:38 -0400 Subject: [PATCH] build(deps): bump serde_json from 1.0.125 to 1.0.127 (#324) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- 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 c4fb0be8..9b3c20b9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -377,9 +377,9 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.125" +version = "1.0.127" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "83c8e735a073ccf5be70aa8066aa984eaf2fa000db6c8d0100ae605b366d31ed" +checksum = "8043c06d9f82bd7271361ed64f415fe5e12a77fdb52e573e7f06a516dea329ad" dependencies = [ "itoa", "memchr", diff --git a/harness-support/rust/Cargo.toml b/harness-support/rust/Cargo.toml index dafb276f..fc8aad0f 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.208", features = ["derive"] } -serde_json = "1.0.125" +serde_json = "1.0.127" typify = "0.1.0" diff --git a/harness/rust-rustls/Cargo.toml b/harness/rust-rustls/Cargo.toml index a69bd89e..4fffa219 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.125" +serde_json = "1.0.127" rustls-webpki = { version = "0.102.6", features = ["std"] } diff --git a/harness/rust-webpki/Cargo.toml b/harness/rust-webpki/Cargo.toml index e49a9d7e..e30f3163 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.125" +serde_json = "1.0.127" webpki = { version = "0.22.4", features = ["std"] }