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 ed61aff02 Bump serde_json from 1.0.91 to 1.0.92 in /lang/rust (#2081)
ed61aff02 is described below

commit ed61aff02faebc7e562b82929f10707271bc6fde
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Feb 7 09:10:25 2023 +0200

    Bump serde_json from 1.0.91 to 1.0.92 in /lang/rust (#2081)
    
    Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.91 to 1.0.92.
    - [Release notes](https://github.com/serde-rs/json/releases)
    - [Commits](https://github.com/serde-rs/json/compare/v1.0.91...v1.0.92)
    
    ---
    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 cc49c4437c8851f2077db966fa0f41f123cd99d2)
---
 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 96c904181..c0e995049 100644
--- a/lang/rust/Cargo.lock
+++ b/lang/rust/Cargo.lock
@@ -883,9 +883,9 @@ dependencies = [
 
 [[package]]
 name = "serde_json"
-version = "1.0.91"
+version = "1.0.92"
 source = "registry+https://github.com/rust-lang/crates.io-index";
-checksum = "877c235533714907a8c2464236f5c4b2a17262ef1bd71f38f35ea592c8da6883"
+checksum = "7434af0dc1cbd59268aa98b4c22c131c0584d2232f6fb166efb993e2832e896a"
 dependencies = [
  "itoa",
  "ryu",
diff --git a/lang/rust/avro/Cargo.toml b/lang/rust/avro/Cargo.toml
index 9786f7ac3..059425233 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.91", features = 
["std"] }
+serde_json = { default-features = false, version = "1.0.92", 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 590f524a1..141999c0e 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.2" }
 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.91", features = 
["std"] }
+serde_json = { default-features = false, version = "1.0.92", features = 
["std"] }
 syn = { default-features = false, version = "1.0.107", features = ["full", 
"fold"] }
 
 [dev-dependencies]

Reply via email to