From eb9494cc47353e655c1aa41dbceaf856ec13aeaf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 6 Oct 2024 13:40:10 +0000 Subject: [PATCH] Bump serde_json from 1.0.120 to 1.0.128 Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.120 to 1.0.128. - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](https://github.com/serde-rs/json/compare/v1.0.120...1.0.128) --- updated-dependencies: - dependency-name: serde_json dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 5 +++-- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 097aa3b..4e66d45 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -582,11 +582,12 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.120" +version = "1.0.128" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4e0d21c9a8cae1235ad58a00c11cb40d4b1e5c784f1ef2c537876ed6ffd8b7c5" +checksum = "6ff5456707a1de34e7e37f2a6fd3d3f808c318259cbd01ab6377795054b483d8" dependencies = [ "itoa", + "memchr", "ryu", "serde", ] diff --git a/Cargo.toml b/Cargo.toml index a08208e..fda8a71 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -24,7 +24,7 @@ criterion = { version = "0.5.1", features = ["html_reports"] } # Serde is used for comparison in benchmarks and for tests serde = "1.0.210" # When updating serde_json, adjust Struson Serde integration behavior to match serde_json -serde_json = "1.0.120" +serde_json = "1.0.128" # Used for verifying in allocation tests that no allocations occur in certain situations # Specify Git revision because version with "backtrace" feature has not been released yet assert_no_alloc = { git = "https://github.com/Windfisch/rust-assert-no-alloc.git", rev = "d31f2d5f550ce339d1c2f0c1ab7da951224b20df", features = [