1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-30 12:37:49 +00:00

chore(deps): update rust crate zip to 1.1.3

This commit is contained in:
renovate[bot] 2024-04-30 18:49:57 +00:00 committed by GitHub
parent 58d98df2cf
commit 12d9e47ff5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View file

@ -3751,9 +3751,9 @@ checksum = "2a599daf1b507819c1121f0bf87fa37eb19daac6aff3aefefd4e6e2e0f2020fc"
[[package]]
name = "zip"
version = "1.1.2"
version = "1.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2a23468b4a7a4e9e1e62812f8d1dd614f67f148e2b3faa72f4843bf00b573fd7"
checksum = "2e6cb8909b2e8e6733c9ef67d35be1a27105644d362aafb5f8b2ba395727adf6"
dependencies = [
"arbitrary",
"byteorder",

View file

@ -333,7 +333,7 @@ walkdir = "2.5"
winapi-util = "0.1.8"
windows-sys = { version = "0.48.0", default-features = false }
xattr = "1.3.1"
zip = { version = "1.1.2", default-features = false, features = ["deflate"] }
zip = { version = "1.1.3", default-features = false, features = ["deflate"] }
hex = "0.4.3"
md-5 = "0.10.6"