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 0a95a1102 Bump serde_json from 1.0.94 to 1.0.95 in /lang/rust (#2170)
0a95a1102 is described below
commit 0a95a1102c13165e030cf388492d2beee1c581f8
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Mar 27 21:27:42 2023 +0300
Bump serde_json from 1.0.94 to 1.0.95 in /lang/rust (#2170)
Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.94 to 1.0.95.
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](https://github.com/serde-rs/json/compare/v1.0.94...v1.0.95)
---
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 8113d7846d12529bb7f5f4ae9020352a75fb60df)
---
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 503c5b85a..2f7d7d871 100644
--- a/lang/rust/Cargo.lock
+++ b/lang/rust/Cargo.lock
@@ -883,9 +883,9 @@ dependencies = [
[[package]]
name = "serde_json"
-version = "1.0.94"
+version = "1.0.95"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "1c533a59c9d8a93a09c6ab31f0fd5e5f4dd1b8fc9434804029839884765d04ea"
+checksum = "d721eca97ac802aa7777b701877c8004d950fc142651367300d21c1cc0194744"
dependencies = [
"itoa",
"ryu",
diff --git a/lang/rust/avro/Cargo.toml b/lang/rust/avro/Cargo.toml
index 5ef24be33..8a6d06529 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.2", features = ["std",
"perf"] }
serde = { default-features = false, version = "1.0.158", features = ["derive"]
}
-serde_json = { default-features = false, version = "1.0.94", features =
["std"] }
+serde_json = { default-features = false, version = "1.0.95", 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 a4b8186f7..09d35c15c 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.4" }
proc-macro2 = { default-features = false, version = "1.0.54" }
quote = { default-features = false, version = "1.0.26" }
-serde_json = { default-features = false, version = "1.0.94", features =
["std"] }
+serde_json = { default-features = false, version = "1.0.95", features =
["std"] }
syn = { default-features = false, version = "1.0.109", features = ["full",
"fold"] }
[dev-dependencies]