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 d8bc430  chore(deps): Bump crc32fast from 1.4.2 to 1.5.0 (#224)
d8bc430 is described below

commit d8bc430148a0f160334a9b5ee661178f4e701892
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Jul 14 17:46:49 2025 +0300

    chore(deps): Bump crc32fast from 1.4.2 to 1.5.0 (#224)
---
 Cargo.lock      | 4 ++--
 avro/Cargo.toml | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/Cargo.lock b/Cargo.lock
index a88cdf6..55a1291 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -321,9 +321,9 @@ dependencies = [
 
 [[package]]
 name = "crc32fast"
-version = "1.4.2"
+version = "1.5.0"
 source = "registry+https://github.com/rust-lang/crates.io-index";
-checksum = "a97769d94ddab943e4510d138150169a2758b5ef3eb191a9ee688de3e23ef7b3"
+checksum = "9481c1c90cbf2ac953f07c8d4a58aa3945c425b7185c9154d67a65e4230da511"
 dependencies = [
  "cfg-if",
 ]
diff --git a/avro/Cargo.toml b/avro/Cargo.toml
index 5988a46..9945819 100644
--- a/avro/Cargo.toml
+++ b/avro/Cargo.toml
@@ -57,7 +57,7 @@ apache-avro-derive = { default-features = false, version = 
"0.19.0", path = "../
 bigdecimal = { default-features = false, version = "0.4.8", features = ["std", 
"serde"] }
 bon = { default-features = false, version = "3.6.4" }
 bzip2 = { version = "0.6.0", optional = true }
-crc32fast = { default-features = false, version = "1.4.2", 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"] }
 log = { workspace = true }

Reply via email to