From 35b01df443445e5a9193b335b0416075ec469b3a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Jul 2024 10:52:24 +0300 Subject: [PATCH] Bump serde_json from 1.0.120 to 1.0.121 in /lang/rust (#3055) Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.120 to 1.0.121. - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](https://github.com/serde-rs/json/compare/v1.0.120...v1.0.121) --- updated-dependencies: - dependency-name: serde_json dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- lang/rust/Cargo.lock | 5 +++-- lang/rust/Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/lang/rust/Cargo.lock b/lang/rust/Cargo.lock index 4e604898d1e..9e4a8dd81a4 100644 --- a/lang/rust/Cargo.lock +++ b/lang/rust/Cargo.lock @@ -1198,11 +1198,12 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.120" +version = "1.0.121" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4e0d21c9a8cae1235ad58a00c11cb40d4b1e5c784f1ef2c537876ed6ffd8b7c5" +checksum = "4ab380d7d9f22ef3f21ad3e6c1ebe8e4fc7a2000ccba2e4d71fc96f15b2cb609" dependencies = [ "itoa", + "memchr", "ryu", "serde", ] diff --git a/lang/rust/Cargo.toml b/lang/rust/Cargo.toml index a5020133686..8d6cff47d80 100644 --- a/lang/rust/Cargo.toml +++ b/lang/rust/Cargo.toml @@ -44,7 +44,7 @@ documentation = "https://docs.rs/apache-avro" log = { default-features = false, version = "0.4.22" } serde = { default-features = false, version = "1.0.204", features = ["derive"] } serde_bytes = { default-features = false, version = "0.11.15", features = ["std"] } -serde_json = { default-features = false, version = "1.0.120", features = ["std"] } +serde_json = { default-features = false, version = "1.0.121", features = ["std"] } [profile.release.package.hello-wasm] # Tell `rustc` to optimize for small code size.