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-rs.git
The following commit(s) were added to refs/heads/main by this push:
new f401b31 chore: Bump serde_json from 1.0.128 to 1.0.129 (#26)
f401b31 is described below
commit f401b31b71b73ae63f8f16a4519d57279dfa7b5b
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Oct 18 08:40:33 2024 +0300
chore: Bump serde_json from 1.0.128 to 1.0.129 (#26)
---
Cargo.lock | 4 ++--
Cargo.toml | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/Cargo.lock b/Cargo.lock
index 5bcd469..8ebd05f 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1193,9 +1193,9 @@ dependencies = [
[[package]]
name = "serde_json"
-version = "1.0.128"
+version = "1.0.129"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "6ff5456707a1de34e7e37f2a6fd3d3f808c318259cbd01ab6377795054b483d8"
+checksum = "6dbcf9b78a125ee667ae19388837dd12294b858d101fdd393cb9d5501ef09eb2"
dependencies = [
"itoa",
"memchr",
diff --git a/Cargo.toml b/Cargo.toml
index 05f9742..4e9d43b 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -43,7 +43,7 @@ documentation = "https://docs.rs/apache-avro"
log = { default-features = false, version = "0.4.22" }
serde = { default-features = false, version = "1.0.210", features = ["derive"]
}
serde_bytes = { default-features = false, version = "0.11.15", features =
["std"] }
-serde_json = { default-features = false, version = "1.0.128", features =
["std"] }
+serde_json = { default-features = false, version = "1.0.129", features =
["std"] }
[profile.release.package.hello-wasm]
# Tell `rustc` to optimize for small code size.