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 35b01df44 Bump serde_json from 1.0.120 to 1.0.121 in /lang/rust (#3055)
35b01df44 is described below
commit 35b01df443445e5a9193b335b0416075ec469b3a
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Jul 30 10:52:24 2024 +0300
Bump serde_json from 1.0.120 to 1.0.121 in /lang/rust (#3055)
Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.120 to
1.0.121.
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](https://github.com/serde-rs/json/compare/v1.0.120...v1.0.121)
---
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 | 5 +++--
lang/rust/Cargo.toml | 2 +-
2 files changed, 4 insertions(+), 3 deletions(-)
diff --git a/lang/rust/Cargo.lock b/lang/rust/Cargo.lock
index 4e604898d..9e4a8dd81 100644
--- a/lang/rust/Cargo.lock
+++ b/lang/rust/Cargo.lock
@@ -1198,11 +1198,12 @@ dependencies = [
[[package]]
name = "serde_json"
-version = "1.0.120"
+version = "1.0.121"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "4e0d21c9a8cae1235ad58a00c11cb40d4b1e5c784f1ef2c537876ed6ffd8b7c5"
+checksum = "4ab380d7d9f22ef3f21ad3e6c1ebe8e4fc7a2000ccba2e4d71fc96f15b2cb609"
dependencies = [
"itoa",
+ "memchr",
"ryu",
"serde",
]
diff --git a/lang/rust/Cargo.toml b/lang/rust/Cargo.toml
index a50201336..8d6cff47d 100644
--- a/lang/rust/Cargo.toml
+++ b/lang/rust/Cargo.toml
@@ -44,7 +44,7 @@ documentation = "https://docs.rs/apache-avro"
log = { default-features = false, version = "0.4.22" }
serde = { default-features = false, version = "1.0.204", features = ["derive"]
}
serde_bytes = { default-features = false, version = "0.11.15", features =
["std"] }
-serde_json = { default-features = false, version = "1.0.120", features =
["std"] }
+serde_json = { default-features = false, version = "1.0.121", features =
["std"] }
[profile.release.package.hello-wasm]
# Tell `rustc` to optimize for small code size.