From 346c5504cd6286876481e008c400b0a37fa504ff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Aug 2024 21:14:56 +0300 Subject: [PATCH] Bump serde_json from 1.0.122 to 1.0.124 in /lang/rust (#3089) --- lang/rust/Cargo.lock | 4 ++-- lang/rust/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/lang/rust/Cargo.lock b/lang/rust/Cargo.lock index 16abde058e5..48de51f7b35 100644 --- a/lang/rust/Cargo.lock +++ b/lang/rust/Cargo.lock @@ -1208,9 +1208,9 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.122" +version = "1.0.124" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "784b6203951c57ff748476b126ccb5e8e2959a5c19e5c617ab1956be3dbc68da" +checksum = "66ad62847a56b3dba58cc891acd13884b9c61138d330c0d7b6181713d4fce38d" dependencies = [ "itoa", "memchr", diff --git a/lang/rust/Cargo.toml b/lang/rust/Cargo.toml index 82066016df8..016a9126458 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.205", features = ["derive"] } serde_bytes = { default-features = false, version = "0.11.15", features = ["std"] } -serde_json = { default-features = false, version = "1.0.122", features = ["std"] } +serde_json = { default-features = false, version = "1.0.124", features = ["std"] } [profile.release.package.hello-wasm] # Tell `rustc` to optimize for small code size.