From e771f8d68e4b0a46acdad1c87ed8dc0e92db0fd1 Mon Sep 17 00:00:00 2001 From: "oxide-renovate[bot]" <146848827+oxide-renovate[bot]@users.noreply.github.com> Date: Sun, 20 Oct 2024 03:22:05 +0000 Subject: [PATCH] Update Rust crate serde_json to 1.0.132 --- Cargo.lock | 5 +++-- crates/integration-tests/Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 6a8af7ec0..5c4f408bf 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1138,11 +1138,12 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.115" +version = "1.0.132" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "12dc5c46daa8e9fdf4f5e71b6cf9a53f2487da0e86e55808e2d35539666497dd" +checksum = "d726bfaff4b320266d395898905d0eba0345aae23b54aee3a737e260fd46db03" dependencies = [ "itoa", + "memchr", "ryu", "serde", ] diff --git a/crates/integration-tests/Cargo.toml b/crates/integration-tests/Cargo.toml index dfe41307f..387be4e29 100644 --- a/crates/integration-tests/Cargo.toml +++ b/crates/integration-tests/Cargo.toml @@ -12,7 +12,7 @@ expectorate = { version = "1.0.6", optional = true } prettyplease = { version = "0.2.22", optional = true } schemars = { version = "0.8.17", optional = true } serde = { version = "1", optional = true } -serde_json = { version = "1.0.115", optional = true } +serde_json = { version = "1.0.132", optional = true } syn = { version = "2.0.48", optional = true } typify = { version = "0.0.15", optional = true }