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/30 09:03:08 UTC

(avro) branch main updated: Bump serde_json from 1.0.111 to 1.0.113 in /lang/rust (#2714)

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 b1fbc0a72 Bump serde_json from 1.0.111 to 1.0.113 in /lang/rust (#2714)
b1fbc0a72 is described below

commit b1fbc0a72d48aa0cc8209158810c3034b67e1c4a
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Tue Jan 30 11:03:01 2024 +0200

    Bump serde_json from 1.0.111 to 1.0.113 in /lang/rust (#2714)
    
    Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.111 to 1.0.113.
    - [Release notes](https://github.com/serde-rs/json/releases)
    - [Commits](https://github.com/serde-rs/json/compare/v1.0.111...v1.0.113)
    
    ---
    updated-dependencies:
    - dependency-name: serde_json
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
    Co-authored-by: dependabot[bot] <49...@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 efc7af3b3..75b521c8a 100644
--- a/lang/rust/Cargo.lock
+++ b/lang/rust/Cargo.lock
@@ -1113,9 +1113,9 @@ dependencies = [
 
 [[package]]
 name = "serde_json"
-version = "1.0.111"
+version = "1.0.113"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "176e46fa42316f18edd598015a5166857fc835ec732f5215eac6b7bdbf0a84f4"
+checksum = "69801b70b1c3dac963ecb03a364ba0ceda9cf60c71cfe475e99864759c8b8a79"
 dependencies = [
  "itoa",
  "ryu",
diff --git a/lang/rust/Cargo.toml b/lang/rust/Cargo.toml
index 1fa4a6db0..eb1743f55 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.111", features = ["std"] }
+serde_json = { default-features = false, version = "1.0.113", features = ["std"] }
 
 [profile.release.package.hello-wasm]
 # Tell `rustc` to optimize for small code size.