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

Merge pull request #8189 from uutils/renovate/zip-4.x-lockfile

chore(deps): update rust crate zip to v4.1.0
This commit is contained in:
Daniel Hofstetter 2025-06-15 10:38:04 +02:00 committed by GitHub
commit 3090434b65
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

4
Cargo.lock generated
View file

@ -4392,9 +4392,9 @@ dependencies = [
[[package]]
name = "zip"
version = "4.0.0"
version = "4.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "153a6fff49d264c4babdcfa6b4d534747f520e56e8f0f384f3b808c4b64cc1fd"
checksum = "af7dcdb4229c0e79c2531a24de7726a0e980417a74fb4d030a35f535665439a0"
dependencies = [
"arbitrary",
"crc32fast",