cargo: bump zip from 0.5.13 to 0.6.0

Bumps [zip](https://github.com/zip-rs/zip) from 0.5.13 to 0.6.0.
- [Release notes](https://github.com/zip-rs/zip/releases)
- [Commits](https://github.com/zip-rs/zip/commits/v0.6)

---
updated-dependencies:
- dependency-name: zip
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2022-03-21 21:16:26 +00:00
committed by GitHub
parent 8d0be06f45
commit 4b5af85094
2 changed files with 3 additions and 4 deletions

5
Cargo.lock generated
View File

@@ -4371,12 +4371,11 @@ dependencies = [
[[package]]
name = "zip"
version = "0.5.13"
version = "0.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "93ab48844d61251bb3835145c521d88aa4031d7139e8485990f60ca911fa0815"
checksum = "e6fa4aa90e99fb8d701bda16fb040d8ed2f9c7176fb44de750e880a74b580315"
dependencies = [
"byteorder",
"crc32fast",
"flate2",
"thiserror",
]

View File

@@ -75,7 +75,7 @@ humansize = "1"
qrcodegen = "1.7.0"
tagger = "4.3.3"
textwrap = "0.15.0"
zip = { version = "0.5.13", default-features = false, features = ["deflate"] }
zip = { version = "0.6.0", default-features = false, features = ["deflate"] }
[dev-dependencies]
ansi_term = "0.12.0"