This is an automated email from the ASF dual-hosted git repository.
Kriskras99 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 265d449 chore(deps): Bump crc32fast from 1.5.0 to 1.5.1 (#648)
265d449 is described below
commit 265d4499005b7251cf4808493d9bf7b7871146cf
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Aug 31 07:14:04 2026 +0200
chore(deps): Bump crc32fast from 1.5.0 to 1.5.1 (#648)
Bumps [crc32fast](https://github.com/srijs/rust-crc32fast) from 1.5.0 to
1.5.1.
- [Commits](https://github.com/srijs/rust-crc32fast/compare/v1.5.0...v1.5.1)
---
updated-dependencies:
- dependency-name: crc32fast
dependency-version: 1.5.1
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 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/Cargo.lock b/Cargo.lock
index fef6183..d7beb14 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -302,9 +302,9 @@ dependencies = [
[[package]]
name = "crc32fast"
-version = "1.5.0"
+version = "1.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "9481c1c90cbf2ac953f07c8d4a58aa3945c425b7185c9154d67a65e4230da511"
+checksum = "8498c871161e1742aaa9d52551b2d6ebdd4c3d45a3be423e3728f33b955be550"
dependencies = [
"cfg-if",
]