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 070ab07 chore(deps): Bump bzip2 from 0.6.0 to 0.6.1 (#314)
070ab07 is described below
commit 070ab07fbdbe7f5030506d21f95776f5b68f8bdd
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Oct 17 08:00:18 2025 +0300
chore(deps): Bump bzip2 from 0.6.0 to 0.6.1 (#314)
---
Cargo.lock | 4 ++--
avro/Cargo.toml | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/Cargo.lock b/Cargo.lock
index 29be070..40a1e8d 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -201,9 +201,9 @@ checksum =
"46c5e41b57b8bba42a04676d81cb89e9ee8e859a1a66f80a5a72e1cb76b34d43"
[[package]]
name = "bzip2"
-version = "0.6.0"
+version = "0.6.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "bea8dcd42434048e4f7a304411d9273a411f647446c1234a65ce0554923f4cff"
+checksum = "f3a53fac24f34a81bc9954b5d6cfce0c21e18ec6959f44f56e8e90e4bb7c346c"
dependencies = [
"libbz2-rs-sys",
]
diff --git a/avro/Cargo.toml b/avro/Cargo.toml
index 7006316..a1f0d05 100644
--- a/avro/Cargo.toml
+++ b/avro/Cargo.toml
@@ -56,7 +56,7 @@ name = "single"
apache-avro-derive = { default-features = false, version = "0.20.0", path =
"../avro_derive", optional = true }
bigdecimal = { default-features = false, version = "0.4.8", features = ["std",
"serde"] }
bon = { default-features = false, version = "3.8.1" }
-bzip2 = { version = "0.6.0", optional = true }
+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.8.9", features =
["with-alloc"] }