This is an automated email from the ASF dual-hosted git repository.
mgrigorov pushed a commit to branch branch-1.12
in repository https://gitbox.apache.org/repos/asf/avro.git
The following commit(s) were added to refs/heads/branch-1.12 by this push:
new da669d4f8 Bump serde_json from 1.0.121 to 1.0.122 in /lang/rust (#3058)
da669d4f8 is described below
commit da669d4f8e11183d936596e98f2f185a6526bcc3
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Aug 5 14:16:42 2024 +0300
Bump serde_json from 1.0.121 to 1.0.122 in /lang/rust (#3058)
Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.121 to
1.0.122.
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](https://github.com/serde-rs/json/compare/v1.0.121...v1.0.122)
---
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 8cc9d7fb3f212098409f3d2d4eecd2095d30f0dc)
---
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..b6271c300 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.122"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "4e0d21c9a8cae1235ad58a00c11cb40d4b1e5c784f1ef2c537876ed6ffd8b7c5"
+checksum = "784b6203951c57ff748476b126ccb5e8e2959a5c19e5c617ab1956be3dbc68da"
dependencies = [
"itoa",
+ "memchr",
"ryu",
"serde",
]
diff --git a/lang/rust/Cargo.toml b/lang/rust/Cargo.toml
index a50201336..b3b4ad47f 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.122", features =
["std"] }
[profile.release.package.hello-wasm]
# Tell `rustc` to optimize for small code size.