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 7e178b90a Bump serde_json from 1.0.100 to 1.0.102 in /lang/rust (#2345)
7e178b90a is described below
commit 7e178b90a87bea7d7dbdee9d65774e4a5bd6619e
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Jul 13 21:13:01 2023 +0300
Bump serde_json from 1.0.100 to 1.0.102 in /lang/rust (#2345)
Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.100 to
1.0.102.
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](https://github.com/serde-rs/json/compare/v1.0.100...v1.0.102)
---
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 43f228852..c69470292 100644
--- a/lang/rust/Cargo.lock
+++ b/lang/rust/Cargo.lock
@@ -971,9 +971,9 @@ dependencies = [
[[package]]
name = "serde_json"
-version = "1.0.100"
+version = "1.0.102"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "0f1e14e89be7aa4c4b78bdbdc9eb5bf8517829a600ae8eaa39a6e1d960b5185c"
+checksum = "b5062a995d481b2308b6064e9af76011f2921c35f97b0468811ed9f6cd91dfed"
dependencies = [
"itoa",
"ryu",
diff --git a/lang/rust/avro/Cargo.toml b/lang/rust/avro/Cargo.toml
index d5a742e94..6077b2daf 100644
--- a/lang/rust/avro/Cargo.toml
+++ b/lang/rust/avro/Cargo.toml
@@ -65,7 +65,7 @@ log = { default-features = false, version = "0.4.19" }
num-bigint = { default-features = false, version = "0.4.3" }
regex = { default-features = false, version = "1.9.1", features = ["std",
"perf"] }
serde = { default-features = false, version = "1.0.171", features = ["derive"]
}
-serde_json = { default-features = false, version = "1.0.100", features =
["std"] }
+serde_json = { default-features = false, version = "1.0.102", 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.1" }
diff --git a/lang/rust/avro_derive/Cargo.toml b/lang/rust/avro_derive/Cargo.toml
index dc4e8d9d2..613bf6667 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.64" }
quote = { default-features = false, version = "1.0.29" }
-serde_json = { default-features = false, version = "1.0.100", features =
["std"] }
+serde_json = { default-features = false, version = "1.0.102", features =
["std"] }
syn = { default-features = false, version = "2.0.25", features = ["full",
"fold"] }
[dev-dependencies]