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 5b61e4e  chore(deps): Bump serde_json from 1.0.141 to 1.0.142 (#248)
5b61e4e is described below

commit 5b61e4e089c6f1dae4909199f59f96e7d518fa72
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Aug 1 08:54:43 2025 +0300

    chore(deps): Bump serde_json from 1.0.141 to 1.0.142 (#248)
    
    Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.141 to 
1.0.142.
    - [Release notes](https://github.com/serde-rs/json/releases)
    - [Commits](https://github.com/serde-rs/json/compare/v1.0.141...v1.0.142)
    
    ---
    updated-dependencies:
    - dependency-name: serde_json
      dependency-version: 1.0.142
      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 bc0cd1c..b4fad08 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1139,9 +1139,9 @@ dependencies = [
 
 [[package]]
 name = "serde_json"
-version = "1.0.141"
+version = "1.0.142"
 source = "registry+https://github.com/rust-lang/crates.io-index";
-checksum = "30b9eff21ebe718216c6ec64e1d9ac57087aad11efc64e32002bce4a0d4c03d3"
+checksum = "030fedb782600dcbd6f02d479bf0d817ac3bb40d644745b769d6a96bc3afc5a7"
 dependencies = [
  "itoa",
  "memchr",
diff --git a/Cargo.toml b/Cargo.toml
index 3e15349..1e7fc5a 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -43,7 +43,7 @@ documentation = "https://docs.rs/apache-avro";
 log = { default-features = false, version = "0.4.27" }
 serde = { default-features = false, version = "1.0.219", features = ["derive"] 
}
 serde_bytes = { default-features = false, version = "0.11.17", features = 
["std"] }
-serde_json = { default-features = false, version = "1.0.141", features = 
["std"] }
+serde_json = { default-features = false, version = "1.0.142", features = 
["std"] }
 
 [profile.release.package.hello-wasm]
 # Tell `rustc` to optimize for small code size.

Reply via email to