1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-08-02 22:17:45 +00:00

chore(deps): update rust crate zip to 0.6.4

This commit is contained in:
renovate[bot] 2023-03-27 05:30:55 +00:00 committed by Sylvestre Ledru
parent 8a460bead6
commit 24ac85c32b
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View file

@ -3557,9 +3557,9 @@ checksum = "2a599daf1b507819c1121f0bf87fa37eb19daac6aff3aefefd4e6e2e0f2020fc"
[[package]]
name = "zip"
version = "0.6.3"
version = "0.6.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "537ce7411d25e54e8ae21a7ce0b15840e7bfcff15b51d697ec3266cc76bdf080"
checksum = "0445d0fbc924bb93539b4316c11afb121ea39296f99a3c4c9edad09e3658cdef"
dependencies = [
"byteorder",
"crc32fast",