1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-08-05 15:37:47 +00:00

build(deps): bump zip from 0.6.2 to 0.6.3

Bumps [zip](https://github.com/zip-rs/zip) from 0.6.2 to 0.6.3.
- [Release notes](https://github.com/zip-rs/zip/releases)
- [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:
dependabot[bot] 2022-10-14 06:43:49 +00:00 committed by GitHub
parent 2021c56dd0
commit 2135673fd0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View file

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

View file

@ -268,7 +268,7 @@ phf = "0.11.1"
selinux = { version="0.3", optional = true } selinux = { version="0.3", optional = true }
textwrap = { version="0.15", features=["terminal_size"] } textwrap = { version="0.15", features=["terminal_size"] }
uucore = { version=">=0.0.16", package="uucore", path="src/uucore" } uucore = { version=">=0.0.16", package="uucore", path="src/uucore" }
zip = { version = "0.6.0", optional=true, default_features=false, features=["deflate"] } zip = { version = "0.6.3", optional=true, default_features=false, features=["deflate"] }
# * uutils # * uutils
uu_test = { optional=true, version="0.0.16", package="uu_test", path="src/uu/test" } uu_test = { optional=true, version="0.0.16", package="uu_test", path="src/uu/test" }
# #