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 3850f4bd2 Bump serde_json from 1.0.86 to 1.0.87 in /lang/rust (#1923)
3850f4bd2 is described below
commit 3850f4bd2ed8781aa1edc355859cbc04e2e4ea5d
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Oct 20 21:46:11 2022 +0300
Bump serde_json from 1.0.86 to 1.0.87 in /lang/rust (#1923)
Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.86 to 1.0.87.
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](https://github.com/serde-rs/json/compare/v1.0.86...v1.0.87)
---
updated-dependencies:
- dependency-name: serde_json
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <[email protected]>
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
(cherry picked from commit 0d241cb038941af8428a0b886482e7d1a27bd0ec)
---
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 cda4d6d44..de856aa01 100644
--- a/lang/rust/Cargo.lock
+++ b/lang/rust/Cargo.lock
@@ -979,9 +979,9 @@ dependencies = [
[[package]]
name = "serde_json"
-version = "1.0.86"
+version = "1.0.87"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "41feea4228a6f1cd09ec7a3593a682276702cd67b5273544757dae23c096f074"
+checksum = "6ce777b7b150d76b9cf60d28b55f5847135a003f7d7350c6be7a773508ce7d45"
dependencies = [
"itoa 1.0.3",
"ryu",
diff --git a/lang/rust/avro/Cargo.toml b/lang/rust/avro/Cargo.toml
index 1652cfc4f..dabbce9a4 100644
--- a/lang/rust/avro/Cargo.toml
+++ b/lang/rust/avro/Cargo.toml
@@ -64,7 +64,7 @@ log = { default-features = false, version = "0.4.17" }
num-bigint = { default-features = false, version = "0.4.3" }
regex = { default-features = false, version = "1.6.0", features = ["std"] }
serde = { default-features = false, version = "1.0.145", features = ["derive"]
}
-serde_json = { default-features = false, version = "1.0.86", features =
["std"] }
+serde_json = { default-features = false, version = "1.0.87", features =
["std"] }
snap = { default-features = false, version = "1.0.5", 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 c8c93fb20..cbceb0fda 100644
--- a/lang/rust/avro_derive/Cargo.toml
+++ b/lang/rust/avro_derive/Cargo.toml
@@ -35,7 +35,7 @@ proc-macro = true
darling = { default-features = false, version = "0.14.1" }
proc-macro2 = { default-features = false, version = "1.0.47" }
quote = { default-features = false, version = "1.0.21" }
-serde_json = { default-features = false, version = "1.0.86", features =
["std"] }
+serde_json = { default-features = false, version = "1.0.87", features =
["std"] }
syn = { default-features = false, version = "1.0.102", features = ["full",
"fold"] }
[dev-dependencies]