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 54a5529  chore(deps): Bump miniz_oxide from 0.9.0 to 0.9.1 (#510)
54a5529 is described below

commit 54a55298f425e0c507ce5cecfe18de7c019b3725
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Mar 13 07:05:16 2026 +0200

    chore(deps): Bump miniz_oxide from 0.9.0 to 0.9.1 (#510)
---
 Cargo.lock      | 6 +++---
 avro/Cargo.toml | 2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/Cargo.lock b/Cargo.lock
index d6b14d1..f42634a 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -75,7 +75,7 @@ dependencies = [
  "liblzma",
  "log",
  "md-5",
- "miniz_oxide 0.9.0",
+ "miniz_oxide 0.9.1",
  "num-bigint",
  "ouroboros",
  "paste",
@@ -846,9 +846,9 @@ dependencies = [
 
 [[package]]
 name = "miniz_oxide"
-version = "0.9.0"
+version = "0.9.1"
 source = "registry+https://github.com/rust-lang/crates.io-index";
-checksum = "5faa9f23e86bd5768d76def086192ff5f869fb088da12a976ea21e9796b975f6"
+checksum = "b63fbc4a50860e98e7b2aa7804ded1db5cbc3aff9193adaff57a6931bf7c4b4c"
 dependencies = [
  "adler2",
 ]
diff --git a/avro/Cargo.toml b/avro/Cargo.toml
index 7320196..f7126b7 100644
--- a/avro/Cargo.toml
+++ b/avro/Cargo.toml
@@ -55,7 +55,7 @@ bon = { default-features = false, version = "3.9.0" }
 bzip2 = { version = "0.6.1", optional = true }
 crc32fast = { default-features = false, version = "1.5.0", optional = true }
 digest = { default-features = false, version = "0.10.7", features = 
["core-api"] }
-miniz_oxide = { default-features = false, version = "0.9.0", features = 
["with-alloc"] }
+miniz_oxide = { default-features = false, version = "0.9.1", features = 
["with-alloc"] }
 log = { workspace = true }
 num-bigint = { default-features = false, version = "0.4.6", features = ["std", 
"serde"] }
 ouroboros = { default-features = false, version = "0.18.5", features = ["std"] 
}

Reply via email to