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 74b6af93c Bump serde_json from 1.0.103 to 1.0.104 in /lang/rust (#2398)
74b6af93c is described below
commit 74b6af93cca4c0e1562720db298535d907cc5a02
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Jul 31 11:48:55 2023 +0300
Bump serde_json from 1.0.103 to 1.0.104 in /lang/rust (#2398)
Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.103 to
1.0.104.
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](https://github.com/serde-rs/json/compare/v1.0.103...v1.0.104)
---
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 4a9b47361c1af247ef7b9c5e9613635bee0ef2d1)
---
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 d091ff47f..a8c1c9e44 100644
--- a/lang/rust/Cargo.lock
+++ b/lang/rust/Cargo.lock
@@ -971,9 +971,9 @@ dependencies = [
[[package]]
name = "serde_json"
-version = "1.0.103"
+version = "1.0.104"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "d03b412469450d4404fe8499a268edd7f8b79fecb074b0d812ad64ca21f4031b"
+checksum = "076066c5f1078eac5b722a31827a8832fe108bed65dfa75e233c89f8206e976c"
dependencies = [
"itoa",
"ryu",
diff --git a/lang/rust/avro/Cargo.toml b/lang/rust/avro/Cargo.toml
index bd45538c5..163455ad9 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.175", features = ["derive"]
}
-serde_json = { default-features = false, version = "1.0.103", features =
["std"] }
+serde_json = { default-features = false, version = "1.0.104", 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 d36a608ae..144cc55c8 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.66" }
quote = { default-features = false, version = "1.0.32" }
-serde_json = { default-features = false, version = "1.0.103", features =
["std"] }
+serde_json = { default-features = false, version = "1.0.104", features =
["std"] }
syn = { default-features = false, version = "2.0.27", features = ["full",
"fold"] }
[dev-dependencies]