This is an automated email from the ASF dual-hosted git repository.
mgrigorov pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/avro.git
The following commit(s) were added to refs/heads/main by this push:
new bf68f5749 Bump serde_json from 1.0.110 to 1.0.111 in /lang/rust (#2675)
bf68f5749 is described below
commit bf68f5749775a169caa3aadef129eccfdfe42808
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Jan 4 22:10:24 2024 +0200
Bump serde_json from 1.0.110 to 1.0.111 in /lang/rust (#2675)
Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.110 to
1.0.111.
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](https://github.com/serde-rs/json/compare/v1.0.110...v1.0.111)
---
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/Cargo.toml | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/lang/rust/Cargo.lock b/lang/rust/Cargo.lock
index a2322f882..5a8aa459c 100644
--- a/lang/rust/Cargo.lock
+++ b/lang/rust/Cargo.lock
@@ -1120,9 +1120,9 @@ dependencies = [
[[package]]
name = "serde_json"
-version = "1.0.110"
+version = "1.0.111"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "6fbd975230bada99c8bb618e0c365c2eefa219158d5c6c29610fd09ff1833257"
+checksum = "176e46fa42316f18edd598015a5166857fc835ec732f5215eac6b7bdbf0a84f4"
dependencies = [
"itoa",
"ryu",
diff --git a/lang/rust/Cargo.toml b/lang/rust/Cargo.toml
index 9e0a0ad87..18d5f5db2 100644
--- a/lang/rust/Cargo.toml
+++ b/lang/rust/Cargo.toml
@@ -43,7 +43,7 @@ documentation = "https://docs.rs/apache-avro"
[workspace.dependencies]
log = { default-features = false, version = "0.4.20" }
serde = { default-features = false, version = "1.0.194", features = ["derive"]
}
-serde_json = { default-features = false, version = "1.0.110", features =
["std"] }
+serde_json = { default-features = false, version = "1.0.111", features =
["std"] }
[profile.release.package.hello-wasm]
# Tell `rustc` to optimize for small code size.