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 1e89ceb8b Bump serde_json from 1.0.124 to 1.0.125 in /lang/rust (#3098)
1e89ceb8b is described below

commit 1e89ceb8b1f1493f8630e231143349a645f1d827
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Aug 15 22:40:46 2024 +0300

    Bump serde_json from 1.0.124 to 1.0.125 in /lang/rust (#3098)
    
    Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.124 to 
1.0.125.
    - [Release notes](https://github.com/serde-rs/json/releases)
    - [Commits](https://github.com/serde-rs/json/compare/v1.0.124...1.0.125)
    
    ---
    updated-dependencies:
    - dependency-name: serde_json
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    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 e251e55b5..15094192c 100644
--- a/lang/rust/Cargo.lock
+++ b/lang/rust/Cargo.lock
@@ -1208,9 +1208,9 @@ dependencies = [
 
 [[package]]
 name = "serde_json"
-version = "1.0.124"
+version = "1.0.125"
 source = "registry+https://github.com/rust-lang/crates.io-index";
-checksum = "66ad62847a56b3dba58cc891acd13884b9c61138d330c0d7b6181713d4fce38d"
+checksum = "83c8e735a073ccf5be70aa8066aa984eaf2fa000db6c8d0100ae605b366d31ed"
 dependencies = [
  "itoa",
  "memchr",
diff --git a/lang/rust/Cargo.toml b/lang/rust/Cargo.toml
index 48af8a490..88e4e382f 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.207", features = ["derive"] 
}
 serde_bytes = { default-features = false, version = "0.11.15", features = 
["std"] }
-serde_json = { default-features = false, version = "1.0.124", features = 
["std"] }
+serde_json = { default-features = false, version = "1.0.125", features = 
["std"] }
 
 [profile.release.package.hello-wasm]
 # Tell `rustc` to optimize for small code size.

Reply via email to