1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-09-15 03:26:18 +00:00

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

chore(deps): update rust crate zip to v1.2.3
This commit is contained in:
Daniel Hofstetter 2024-05-11 13:16:57 +02:00 committed by GitHub
commit dddf9f26d6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

4
Cargo.lock generated
View file

@ -3847,9 +3847,9 @@ dependencies = [
[[package]] [[package]]
name = "zip" name = "zip"
version = "1.2.2" version = "1.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ed14a57c18714abaa03196c0714ed36bab969d7457f72d12fb5c2e1ced4c24ae" checksum = "c700ea425e148de30c29c580c1f9508b93ca57ad31c9f4e96b83c194c37a7a8f"
dependencies = [ dependencies = [
"arbitrary", "arbitrary",
"crc32fast", "crc32fast",