1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2026-01-17 18:51:05 +00:00

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

chore(deps): update rust crate zip to v2.3.0
This commit is contained in:
Daniel Hofstetter 2025-03-17 07:19:41 +01:00 committed by GitHub
commit 12584b7162
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]]
name = "zip"
version = "2.2.3"
version = "2.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b280484c454e74e5fff658bbf7df8fdbe7a07c6b2de4a53def232c15ef138f3a"
checksum = "84e9a772a54b54236b9b744aaaf8d7be01b4d6e99725523cb82cb32d1c81b1d7"
dependencies = [
"arbitrary",
"crc32fast",