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 54d0e1c chore: Bump serde_json from 1.0.137 to 1.0.138 (#112)
54d0e1c is described below
commit 54d0e1ce3f65bd6c5857ae650383227518367acb
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Jan 29 09:27:19 2025 +0200
chore: Bump serde_json from 1.0.137 to 1.0.138 (#112)
Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.137 to
1.0.138.
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](https://github.com/serde-rs/json/compare/v1.0.137...v1.0.138)
---
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>
---
Cargo.lock | 4 ++--
Cargo.toml | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/Cargo.lock b/Cargo.lock
index 12d13c0..97248df 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1266,9 +1266,9 @@ dependencies = [
[[package]]
name = "serde_json"
-version = "1.0.137"
+version = "1.0.138"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "930cfb6e6abf99298aaad7d29abbef7a9999a9a8806a40088f55f0dcec03146b"
+checksum = "d434192e7da787e94a6ea7e9670b26a036d0ca41e0b7efb2676dd32bae872949"
dependencies = [
"itoa",
"memchr",
diff --git a/Cargo.toml b/Cargo.toml
index f8b2fad..1ff8c81 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -43,7 +43,7 @@ documentation = "https://docs.rs/apache-avro"
log = { default-features = false, version = "0.4.25" }
serde = { default-features = false, version = "1.0.217", features = ["derive"]
}
serde_bytes = { default-features = false, version = "0.11.15", features =
["std"] }
-serde_json = { default-features = false, version = "1.0.137", features =
["std"] }
+serde_json = { default-features = false, version = "1.0.138", features =
["std"] }
[profile.release.package.hello-wasm]
# Tell `rustc` to optimize for small code size.