1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-27 11:07:44 +00:00

Merge pull request #7491 from uutils/renovate/zip-2.x-lockfile

chore(deps): update rust crate zip to v2.4.2
This commit is contained in:
Daniel Hofstetter 2025-03-19 07:20:58 +01:00 committed by GitHub
commit 4df6423ba8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

4
Cargo.lock generated
View file

@ -3975,9 +3975,9 @@ dependencies = [
[[package]] [[package]]
name = "zip" name = "zip"
version = "2.4.1" version = "2.4.2"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "938cc23ac49778ac8340e366ddc422b2227ea176edb447e23fc0627608dddadd" checksum = "fabe6324e908f85a1c52063ce7aa26b68dcb7eb6dbc83a2d148403c9bc3eba50"
dependencies = [ dependencies = [
"arbitrary", "arbitrary",
"crc32fast", "crc32fast",