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

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


The following commit(s) were added to refs/heads/master by this push:
     new cdd0945b4 Bump serde_json from 1.0.93 to 1.0.94 in /lang/rust (#2129)
cdd0945b4 is described below

commit cdd0945b4c2978953fc72d5b4563b9239252d8d7
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Mar 7 11:53:37 2023 +0200

    Bump serde_json from 1.0.93 to 1.0.94 in /lang/rust (#2129)
    
    Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.93 to 1.0.94.
    - [Release notes](https://github.com/serde-rs/json/releases)
    - [Commits](https://github.com/serde-rs/json/compare/v1.0.93...v1.0.94)
    
    ---
    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/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 708ed03d6..e699003d6 100644
--- a/lang/rust/Cargo.lock
+++ b/lang/rust/Cargo.lock
@@ -883,9 +883,9 @@ dependencies = [
 
 [[package]]
 name = "serde_json"
-version = "1.0.93"
+version = "1.0.94"
 source = "registry+https://github.com/rust-lang/crates.io-index";
-checksum = "cad406b69c91885b5107daf2c29572f6c8cdb3c66826821e286c533490c0bc76"
+checksum = "1c533a59c9d8a93a09c6ab31f0fd5e5f4dd1b8fc9434804029839884765d04ea"
 dependencies = [
  "itoa",
  "ryu",
diff --git a/lang/rust/avro/Cargo.toml b/lang/rust/avro/Cargo.toml
index 02e95ad19..3b6a12cd5 100644
--- a/lang/rust/avro/Cargo.toml
+++ b/lang/rust/avro/Cargo.toml
@@ -65,7 +65,7 @@ log = { default-features = false, version = "0.4.17" }
 num-bigint = { default-features = false, version = "0.4.3" }
 regex = { default-features = false, version = "1.7.1", features = ["std", 
"perf"] }
 serde = { default-features = false, version = "1.0.152", features = ["derive"] 
}
-serde_json = { default-features = false, version = "1.0.93", features = 
["std"] }
+serde_json = { default-features = false, version = "1.0.94", features = 
["std"] }
 snap = { default-features = false, version = "1.1.0", optional = true }
 strum = { default-features = false, version = "0.24.1" }
 strum_macros = { default-features = false, version = "0.24.3" }
diff --git a/lang/rust/avro_derive/Cargo.toml b/lang/rust/avro_derive/Cargo.toml
index 973b2ffce..db730c8d1 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.14.3" }
 proc-macro2 = { default-features = false, version = "1.0.51" }
 quote = { default-features = false, version = "1.0.23" }
-serde_json = { default-features = false, version = "1.0.93", features = 
["std"] }
+serde_json = { default-features = false, version = "1.0.94", features = 
["std"] }
 syn = { default-features = false, version = "1.0.109", features = ["full", 
"fold"] }
 
 [dev-dependencies]

Reply via email to