Merge pull request #9224 from uutils/renovate/crc-fast-1.x-lockfile

chore(deps): update rust crate crc-fast to v1.7.1
This commit is contained in:
Daniel Hofstetter 2025-11-11 09:41:02 +01:00 committed by GitHub
commit b70d6d0bc3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

4
Cargo.lock generated
View file

@ -744,9 +744,9 @@ checksum = "19d374276b40fb8bbdee95aef7c7fa6b5316ec764510eb64b8dd0e2ed0d7e7f5"
[[package]]
name = "crc-fast"
version = "1.7.0"
version = "1.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "311eddc0ebdb918fb3f9ce10304736a8e94bfbe48e3dfd61c04754fdbb5a4d67"
checksum = "ffde0dda52b6befc15f7d1c573d2935cda15dc81bd546ef76d8679b2bf85a300"
dependencies = [
"crc",
"digest",