You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@avro.apache.org by mg...@apache.org on 2024/01/03 08:51:48 UTC

(avro) branch branch-1.11 updated: Update serde_json to 1.0.110

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

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


The following commit(s) were added to refs/heads/branch-1.11 by this push:
     new 25222c305 Update serde_json to 1.0.110
25222c305 is described below

commit 25222c305149dcb8f0562f32aae556a539dbe651
Author: Martin Tzvetanov Grigorov <mg...@apache.org>
AuthorDate: Wed Jan 3 10:51:04 2024 +0200

    Update serde_json to 1.0.110
    
    Signed-off-by: Martin Tzvetanov Grigorov <mg...@apache.org>
    (cherry picked from commit c5523dc84453af377b714a729e3de47ad9a759b5)
---
 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 3f02e0a24..33432ab78 100644
--- a/lang/rust/Cargo.lock
+++ b/lang/rust/Cargo.lock
@@ -1120,9 +1120,9 @@ dependencies = [
 
 [[package]]
 name = "serde_json"
-version = "1.0.108"
+version = "1.0.110"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "3d1c7e3eac408d115102c4c24ad393e0821bb3a5df4d506a80f85f7a742a526b"
+checksum = "6fbd975230bada99c8bb618e0c365c2eefa219158d5c6c29610fd09ff1833257"
 dependencies = [
  "itoa",
  "ryu",
diff --git a/lang/rust/Cargo.toml b/lang/rust/Cargo.toml
index ef1bb84a6..9e0a0ad87 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.194", features = ["derive"] }
-serde_json = { default-features = false, version = "1.0.108", features = ["std"] }
+serde_json = { default-features = false, version = "1.0.110", features = ["std"] }
 
 [profile.release.package.hello-wasm]
 # Tell `rustc` to optimize for small code size.