From 982a05c4273b2c4bbea95c1d4fc6a4d79d6a9060 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 21 Feb 2024 10:06:57 +0200 Subject: [PATCH] Bump serde_json from 1.0.113 to 1.0.114 in /lang/rust (#2755) Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.113 to 1.0.114. - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](https://github.com/serde-rs/json/compare/v1.0.113...v1.0.114) --- 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 | 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 81d22ce3cd3..0f8a95d1313 100644 --- a/lang/rust/Cargo.lock +++ b/lang/rust/Cargo.lock @@ -1130,9 +1130,9 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.113" +version = "1.0.114" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "69801b70b1c3dac963ecb03a364ba0ceda9cf60c71cfe475e99864759c8b8a79" +checksum = "c5f09b1bd632ef549eaa9f60a1f8de742bdbc698e6cee2095fc84dde5f549ae0" dependencies = [ "itoa", "ryu", diff --git a/lang/rust/Cargo.toml b/lang/rust/Cargo.toml index eb1743f5534..c322f1c4a7b 100644 --- a/lang/rust/Cargo.toml +++ b/lang/rust/Cargo.toml @@ -43,7 +43,7 @@ documentation = "https://docs.rs/apache-avro" [workspace.dependencies] log = { default-features = false, version = "0.4.20" } serde = { default-features = false, version = "1.0.196", features = ["derive"] } -serde_json = { default-features = false, version = "1.0.113", features = ["std"] } +serde_json = { default-features = false, version = "1.0.114", features = ["std"] } [profile.release.package.hello-wasm] # Tell `rustc` to optimize for small code size.