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 a14fec6 chore(deps): Bump serde_json from 1.0.148 to 1.0.149 (#391)
a14fec6 is described below
commit a14fec61347815c9aa0cce7011e2cc68efec973d
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Jan 7 08:11:35 2026 +0200
chore(deps): Bump serde_json from 1.0.148 to 1.0.149 (#391)
---
Cargo.lock | 4 ++--
Cargo.toml | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/Cargo.lock b/Cargo.lock
index aadcb0c..ac15e33 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1068,9 +1068,9 @@ dependencies = [
[[package]]
name = "serde_json"
-version = "1.0.148"
+version = "1.0.149"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "3084b546a1dd6289475996f182a22aba973866ea8e8b02c51d9f46b1336a22da"
+checksum = "83fc039473c5595ace860d8c4fafa220ff474b3fc6bfdb4293327f1a37e94d86"
dependencies = [
"itoa",
"memchr",
diff --git a/Cargo.toml b/Cargo.toml
index 9b62351..3961b3d 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.148", features =
["std"] }
+serde_json = { default-features = false, version = "1.0.149", features =
["std"] }
pretty_assertions = { default-features = false, version = "1.4.1", features =
["std"] }
[profile.release.package.hello-wasm]