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 421608170 Bump serde_json from 1.0.106 to 1.0.107 in /lang/rust (#2496)
421608170 is described below

commit 421608170f485ed4dcf90e939cdf340fbca3859a
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Sep 14 23:21:56 2023 +0300

    Bump serde_json from 1.0.106 to 1.0.107 in /lang/rust (#2496)
    
    Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.106 to 
1.0.107.
    - [Release notes](https://github.com/serde-rs/json/releases)
    - [Commits](https://github.com/serde-rs/json/compare/v1.0.106...v1.0.107)
    
    ---
    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>
    (cherry picked from commit 41b3c08ca5da192786c2b08546e691b3126e1856)
---
 lang/rust/Cargo.lock             | 4 ++--
 lang/rust/avro/Cargo.toml        | 2 +-
 lang/rust/avro_derive/Cargo.toml | 2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/lang/rust/Cargo.lock b/lang/rust/Cargo.lock
index 09a79630a..5c96c62bc 100644
--- a/lang/rust/Cargo.lock
+++ b/lang/rust/Cargo.lock
@@ -1132,9 +1132,9 @@ dependencies = [
 
 [[package]]
 name = "serde_json"
-version = "1.0.106"
+version = "1.0.107"
 source = "registry+https://github.com/rust-lang/crates.io-index";
-checksum = "2cc66a619ed80bf7a0f6b17dd063a84b88f6dea1813737cf469aef1d081142c2"
+checksum = "6b420ce6e3d8bd882e9b243c6eed35dbc9a6110c9769e74b584e0d68d1f20c65"
 dependencies = [
  "itoa",
  "ryu",
diff --git a/lang/rust/avro/Cargo.toml b/lang/rust/avro/Cargo.toml
index 4230b538a..505478c5c 100644
--- a/lang/rust/avro/Cargo.toml
+++ b/lang/rust/avro/Cargo.toml
@@ -64,7 +64,7 @@ log = { default-features = false, version = "0.4.20" }
 num-bigint = { default-features = false, version = "0.4.4" }
 regex-lite = { default-features = false, version = "0.1.0", features = ["std", 
"string"] }
 serde = { default-features = false, version = "1.0.188", features = ["derive"] 
}
-serde_json = { default-features = false, version = "1.0.106", features = 
["std"] }
+serde_json = { default-features = false, version = "1.0.107", features = 
["std"] }
 snap = { default-features = false, version = "1.1.0", optional = true }
 strum = { default-features = false, version = "0.25.0" }
 strum_macros = { default-features = false, version = "0.25.2" }
diff --git a/lang/rust/avro_derive/Cargo.toml b/lang/rust/avro_derive/Cargo.toml
index f50268a27..42b12ed26 100644
--- a/lang/rust/avro_derive/Cargo.toml
+++ b/lang/rust/avro_derive/Cargo.toml
@@ -36,7 +36,7 @@ proc-macro = true
 darling = { default-features = false, version = "0.20.3" }
 proc-macro2 = { default-features = false, version = "1.0.67" }
 quote = { default-features = false, version = "1.0.33" }
-serde_json = { default-features = false, version = "1.0.106", features = 
["std"] }
+serde_json = { default-features = false, version = "1.0.107", features = 
["std"] }
 syn = { default-features = false, version = "2.0.33", features = ["full", 
"fold"] }
 
 [dev-dependencies]

Reply via email to