This is an automated email from the ASF dual-hosted git repository.

mgrigorov pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/avro.git


The following commit(s) were added to refs/heads/main by this push:
     new 346c5504c Bump serde_json from 1.0.122 to 1.0.124 in /lang/rust (#3089)
346c5504c is described below

commit 346c5504cd6286876481e008c400b0a37fa504ff
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Aug 12 21:14:56 2024 +0300

    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 16abde058..48de51f7b 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 82066016d..016a91264 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.

Reply via email to