Bump zip from 0.6.1 to 0.6.2

Bumps [zip](https://github.com/zip-rs/zip) from 0.6.1 to 0.6.2.
- [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-04-04 04:19:55 +00:00 committed by GitHub
parent b1e9efff53
commit c1e3ac206b
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

@ -2907,9 +2907,9 @@ checksum = "09041cd90cf85f7f8b2df60c646f853b7f535ce68f85244eb6731cf89fa498ec"
[[package]]
name = "zip"
version = "0.6.1"
version = "0.6.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "db2a3b9c90b21734aaf4449cee7735305f559f28894123b57e0f700be8459418"
checksum = "bf225bcf73bb52cbb496e70475c7bd7a3f769df699c0020f6c7bd9a96dcf0b8d"
dependencies = [
"byteorder",
"crc32fast",

View File

@ -45,7 +45,7 @@ strum = "0.24"
strum_macros = "0.24"
sha2 = "0.10"
hex = "0.4"
zip = { version = "0.6.1", default-features = false }
zip = { version = "0.6.2", default-features = false }
qrcodegen = "1"
mime = "0.3"
httparse = "1"