mirror of
https://github.com/ouch-org/ouch.git
synced 2025-06-06 11:35:45 +00:00
Bump zip from 0.6.5 to 0.6.6
Bumps [zip](https://github.com/zip-rs/zip) from 0.6.5 to 0.6.6. - [Changelog](https://github.com/zip-rs/zip/blob/master/CHANGELOG.md) - [Commits](https://github.com/zip-rs/zip/commits) --- updated-dependencies: - dependency-name: zip dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
c16c3e24be
commit
d0493b3428
4
Cargo.lock
generated
4
Cargo.lock
generated
@ -1560,9 +1560,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "zip"
|
||||
version = "0.6.5"
|
||||
version = "0.6.6"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "7e92305c174683d78035cbf1b70e18db6329cc0f1b9cae0a52ca90bf5bfe7125"
|
||||
checksum = "760394e246e4c28189f19d488c058bf16f564016aefac5d32bb1f3b51d5e9261"
|
||||
dependencies = [
|
||||
"byteorder",
|
||||
"crc32fast",
|
||||
|
@ -32,7 +32,7 @@ tempfile = "3.5.0"
|
||||
time = { version = "0.3.21", default-features = false }
|
||||
ubyte = { version = "0.10.3", default-features = false }
|
||||
xz2 = "0.1.7"
|
||||
zip = { version = "0.6.5", default-features = false, features = ["time"] }
|
||||
zip = { version = "0.6.6", default-features = false, features = ["time"] }
|
||||
zstd = { version = "0.12.3", default-features = false }
|
||||
|
||||
[target.'cfg(not(unix))'.dependencies]
|
||||
|
Loading…
x
Reference in New Issue
Block a user