mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-29 12:07:46 +00:00
Merge pull request #6257 from uutils/renovate/zip-1.x
chore(deps): update rust crate zip to 1.1.1
This commit is contained in:
commit
fed1664ca1
2 changed files with 3 additions and 3 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
@ -3737,9 +3737,9 @@ checksum = "2a599daf1b507819c1121f0bf87fa37eb19daac6aff3aefefd4e6e2e0f2020fc"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "zip"
|
name = "zip"
|
||||||
version = "1.1.0"
|
version = "1.1.1"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "f21968e6da56f847a155a89581ba846507afa14854e041f3053edb6ddd19f807"
|
checksum = "f2655979068a1f8fa91cb9e8e5b9d3ee54d18e0ddc358f2f4a395afc0929a84b"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"arbitrary",
|
"arbitrary",
|
||||||
"byteorder",
|
"byteorder",
|
||||||
|
|
|
@ -333,7 +333,7 @@ walkdir = "2.5"
|
||||||
winapi-util = "0.1.6"
|
winapi-util = "0.1.6"
|
||||||
windows-sys = { version = "0.48.0", default-features = false }
|
windows-sys = { version = "0.48.0", default-features = false }
|
||||||
xattr = "1.3.1"
|
xattr = "1.3.1"
|
||||||
zip = { version = "1.1.0", default-features = false, features = ["deflate"] }
|
zip = { version = "1.1.1", default-features = false, features = ["deflate"] }
|
||||||
|
|
||||||
hex = "0.4.3"
|
hex = "0.4.3"
|
||||||
md-5 = "0.10.6"
|
md-5 = "0.10.6"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue