From b05f068c08b7ccefe7977cdff12bd4e01a4bd6cc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 Oct 2022 21:11:21 +0000 Subject: [PATCH] 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] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 4b5ebef..eb9a9f6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -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", diff --git a/Cargo.toml b/Cargo.toml index 3624e4d..b06a381 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"