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 917e6a1  chore: Bump bzip2 from 0.5.0 to 0.5.1 (#120)
917e6a1 is described below

commit 917e6a126c449992300d89dfb43efdec880373e9
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Feb 12 07:59:49 2025 +0200

    chore: Bump bzip2 from 0.5.0 to 0.5.1 (#120)
---
 Cargo.lock      | 9 ++++-----
 avro/Cargo.toml | 2 +-
 2 files changed, 5 insertions(+), 6 deletions(-)

diff --git a/Cargo.lock b/Cargo.lock
index 6385058..411bc52 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -230,19 +230,18 @@ checksum = 
"1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
 
 [[package]]
 name = "bzip2"
-version = "0.5.0"
+version = "0.5.1"
 source = "registry+https://github.com/rust-lang/crates.io-index";
-checksum = "bafdbf26611df8c14810e268ddceda071c297570a5fb360ceddf617fe417ef58"
+checksum = "75b89e7c29231c673a61a46e722602bcd138298f6b9e81e71119693534585f5c"
 dependencies = [
  "bzip2-sys",
- "libc",
 ]
 
 [[package]]
 name = "bzip2-sys"
-version = "0.1.11+1.0.8"
+version = "0.1.12+1.0.8"
 source = "registry+https://github.com/rust-lang/crates.io-index";
-checksum = "736a955f3fa7875102d57c82b8cac37ec45224a07fd32d58f9f7a186b6cd4cdc"
+checksum = "72ebc2f1a417f01e1da30ef264ee86ae31d2dcd2d603ea283d3c244a883ca2a9"
 dependencies = [
  "cc",
  "libc",
diff --git a/avro/Cargo.toml b/avro/Cargo.toml
index c15ca4b..b575ea5 100644
--- a/avro/Cargo.toml
+++ b/avro/Cargo.toml
@@ -56,7 +56,7 @@ name = "single"
 apache-avro-derive = { default-features = false, version = "0.18.0", path = 
"../avro_derive", optional = true }
 bigdecimal = { default-features = false, version = "0.4.7", features = ["std", 
"serde"] }
 bon = { default-features = false, version = "3.3.2" }
-bzip2 = { version = "0.5.0", optional = true }
+bzip2 = { version = "0.5.1", optional = true }
 crc32fast = { default-features = false, version = "1.4.2", optional = true }
 digest = { default-features = false, version = "0.10.7", features = 
["core-api"] }
 libflate = { default-features = false, version = "2.1.0", features = ["std"] }

Reply via email to