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 a3b77891e Bump serde_json from 1.0.104 to 1.0.105 in /lang/rust (#2447)
a3b77891e is described below
commit a3b77891e4392a09de7a217ad9c47cd1b2b8a76c
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Aug 17 09:19:57 2023 +0300
Bump serde_json from 1.0.104 to 1.0.105 in /lang/rust (#2447)
Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.104 to
1.0.105.
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](https://github.com/serde-rs/json/compare/v1.0.104...v1.0.105)
---
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 175c2932e..d6375c59c 100644
--- a/lang/rust/Cargo.lock
+++ b/lang/rust/Cargo.lock
@@ -971,9 +971,9 @@ dependencies = [
[[package]]
name = "serde_json"
-version = "1.0.104"
+version = "1.0.105"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "076066c5f1078eac5b722a31827a8832fe108bed65dfa75e233c89f8206e976c"
+checksum = "693151e1ac27563d6dbcec9dee9fbd5da8539b20fa14ad3752b2e6d363ace360"
dependencies = [
"itoa",
"ryu",
diff --git a/lang/rust/avro/Cargo.toml b/lang/rust/avro/Cargo.toml
index 4e886f758..0774a277f 100644
--- a/lang/rust/avro/Cargo.toml
+++ b/lang/rust/avro/Cargo.toml
@@ -65,7 +65,7 @@ log = { default-features = false, version = "0.4.20" }
num-bigint = { default-features = false, version = "0.4.3" }
regex = { default-features = false, version = "1.9.3", features = ["std",
"perf"] }
serde = { default-features = false, version = "1.0.183", features = ["derive"]
}
-serde_json = { default-features = false, version = "1.0.104", features =
["std"] }
+serde_json = { default-features = false, version = "1.0.105", 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.2" }
diff --git a/lang/rust/avro_derive/Cargo.toml b/lang/rust/avro_derive/Cargo.toml
index f874901f6..541091226 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.104", features =
["std"] }
+serde_json = { default-features = false, version = "1.0.105", features =
["std"] }
syn = { default-features = false, version = "2.0.28", features = ["full",
"fold"] }
[dev-dependencies]