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 4cd8695 chore(deps): Bump serde_json from 1.0.147 to 1.0.148 (#381)
4cd8695 is described below
commit 4cd8695116f2e606ac8d881761aab975865591c0
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Dec 29 06:23:54 2025 +0200
chore(deps): Bump serde_json from 1.0.147 to 1.0.148 (#381)
Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.147 to
1.0.148.
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](https://github.com/serde-rs/json/compare/v1.0.147...v1.0.148)
---
updated-dependencies:
- dependency-name: serde_json
dependency-version: 1.0.148
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 | 8 ++++----
Cargo.toml | 2 +-
2 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/Cargo.lock b/Cargo.lock
index 19468a0..6fb7b96 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1044,9 +1044,9 @@ dependencies = [
[[package]]
name = "serde_json"
-version = "1.0.147"
+version = "1.0.148"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "6af14725505314343e673e9ecb7cd7e8a36aa9791eb936235a3567cc31447ae4"
+checksum = "3084b546a1dd6289475996f182a22aba973866ea8e8b02c51d9f46b1336a22da"
dependencies = [
"itoa",
"memchr",
@@ -1450,9 +1450,9 @@ dependencies = [
[[package]]
name = "zmij"
-version = "0.1.7"
+version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "9e404bcd8afdaf006e529269d3e85a743f9480c3cef60034d77860d02964f3ba"
+checksum = "0f4a4e8e9dc5c62d159f04fcdbe07f4c3fb710415aab4754bf11505501e3251d"
[[package]]
name = "zstd"
diff --git a/Cargo.toml b/Cargo.toml
index 6d095bc..fc27b36 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -43,7 +43,7 @@ documentation = "https://docs.rs/apache-avro"
log = { default-features = false, version = "0.4.29" }
serde = { default-features = false, version = "1.0.228", features = ["std",
"derive"] }
serde_bytes = { default-features = false, version = "0.11.19", features =
["std"] }
-serde_json = { default-features = false, version = "1.0.147", features =
["std"] }
+serde_json = { default-features = false, version = "1.0.148", features =
["std"] }
pretty_assertions = { default-features = false, version = "1.4.1", features =
["std"] }
[profile.release.package.hello-wasm]