Merge pull request #6371 from uutils/renovate/zip-1.x-lockfile

chore(deps): update rust crate zip to v1.2.1
This commit is contained in:
Daniel Hofstetter 2024-05-07 07:49:59 +02:00 committed by GitHub
commit 25ba369577
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

4
Cargo.lock generated
View file

@ -3903,9 +3903,9 @@ dependencies = [
[[package]]
name = "zip"
version = "1.2.0"
version = "1.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "57c07d35c02b10a0884b033b17edb61a4d7bc443ef9a12636bb8cd2e8b8ab5ca"
checksum = "006d078b7b6fc587bb25e022ad39e7086f44e5c4fef6076964ea601533241beb"
dependencies = [
"arbitrary",
"crc32fast",