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-13 21:11:21 +00:00 committed by GitHub
parent fe8d8ece9c
commit b05f068c08
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

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

View File

@ -36,7 +36,7 @@ byteorder = "1.4.3"
serde = "1.0.142"
serde_json = "1.0.83"
flate2 = { version = "1.0.24", features = ["rust_backend"], default-features = false }
zip = { version = "0.6.2", features = ["deflate"], default-features = false }
zip = { version = "0.6.3", features = ["deflate"], default-features = false }
image = "0.24.3"
getrandom = { version = "0.2.7", features = ["js"] }
rand = "0.8.5"