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 8e49f4b  chore: Bump serde_json from 1.0.133 to 1.0.134 (#83)
8e49f4b is described below

commit 8e49f4b340430c7097613055f9d93bec10915bb3
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Dec 23 09:58:17 2024 +0200

    chore: Bump serde_json from 1.0.133 to 1.0.134 (#83)
    
    Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.133 to 
1.0.134.
    - [Release notes](https://github.com/serde-rs/json/releases)
    - [Commits](https://github.com/serde-rs/json/compare/v1.0.133...v1.0.134)
    
    ---
    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 ed762d0..2bafe91 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1193,9 +1193,9 @@ dependencies = [
 
 [[package]]
 name = "serde_json"
-version = "1.0.133"
+version = "1.0.134"
 source = "registry+https://github.com/rust-lang/crates.io-index";
-checksum = "c7fceb2473b9166b2294ef05efcb65a3db80803f0b03ef86a5fc88a2b85ee377"
+checksum = "d00f4175c42ee48b15416f6193a959ba3a0d67fc699a0db9ad12df9f83991c7d"
 dependencies = [
  "itoa",
  "memchr",
diff --git a/Cargo.toml b/Cargo.toml
index 57a6cb3..030fac3 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.216", features = ["derive"] 
}
 serde_bytes = { default-features = false, version = "0.11.15", features = 
["std"] }
-serde_json = { default-features = false, version = "1.0.133", features = 
["std"] }
+serde_json = { default-features = false, version = "1.0.134", features = 
["std"] }
 
 [profile.release.package.hello-wasm]
 # Tell `rustc` to optimize for small code size.

Reply via email to