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 f8a31d35a Bump serde_json from 1.0.99 to 1.0.100 in /lang/rust (#2321)
f8a31d35a is described below
commit f8a31d35acf5e6d2e587103f0130783fd10e9cc4
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Jul 5 22:50:16 2023 +0300
Bump serde_json from 1.0.99 to 1.0.100 in /lang/rust (#2321)
Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.99 to 1.0.100.
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](https://github.com/serde-rs/json/compare/v1.0.99...v1.0.100)
---
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 4e61a50db..d7bf50f9e 100644
--- a/lang/rust/Cargo.lock
+++ b/lang/rust/Cargo.lock
@@ -902,9 +902,9 @@ dependencies = [
[[package]]
name = "serde_json"
-version = "1.0.99"
+version = "1.0.100"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "46266871c240a00b8f503b877622fe33430b3c7d963bdc0f2adc511e54a1eae3"
+checksum = "0f1e14e89be7aa4c4b78bdbdc9eb5bf8517829a600ae8eaa39a6e1d960b5185c"
dependencies = [
"itoa",
"ryu",
diff --git a/lang/rust/avro/Cargo.toml b/lang/rust/avro/Cargo.toml
index 0ac9ce9cb..cfbec84b8 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.0", features = ["std",
"perf"] }
serde = { default-features = false, version = "1.0.166", features = ["derive"]
}
-serde_json = { default-features = false, version = "1.0.99", features =
["std"] }
+serde_json = { default-features = false, version = "1.0.100", 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 9ce725c96..ee04bf44a 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.1" }
proc-macro2 = { default-features = false, version = "1.0.63" }
quote = { default-features = false, version = "1.0.29" }
-serde_json = { default-features = false, version = "1.0.99", features =
["std"] }
+serde_json = { default-features = false, version = "1.0.100", features =
["std"] }
syn = { default-features = false, version = "2.0.23", features = ["full",
"fold"] }
[dev-dependencies]