From 29419bae0c66d92c1dba47bde86c187cb770199e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 09:37:46 +0000 Subject: [PATCH] Bump zip from 2.1.1 to 2.1.3 Bumps [zip](https://github.com/zip-rs/zip2) from 2.1.1 to 2.1.3. - [Release notes](https://github.com/zip-rs/zip2/releases) - [Changelog](https://github.com/zip-rs/zip2/blob/master/CHANGELOG.md) - [Commits](https://github.com/zip-rs/zip2/compare/v2.1.1...v2.1.3) --- 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 | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e58d041..df600cb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1844,9 +1844,9 @@ dependencies = [ [[package]] name = "zip" -version = "2.1.1" +version = "2.1.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1dd56a4d5921bc2f99947ac5b3abe5f510b1be7376fdc5e9fce4a23c6a93e87c" +checksum = "775a2b471036342aa69bc5a602bc889cb0a06cda00477d0c69566757d5553d39" dependencies = [ "aes", "arbitrary", diff --git a/Cargo.toml b/Cargo.toml index 85dad1d..71d8501 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,7 +21,7 @@ os_pipe = "1.1.5" reqwest = { version = "0.12.4", features = ["blocking", "rustls-tls"], default-features = false } tar = "0.4.40" tempfile = "3.10.1" -zip = "2.1.1" +zip = "2.1.3" zstd = "0.13.1" [build-dependencies] @@ -32,7 +32,7 @@ rand = "0.8.5" regex = "1.8.1" reqwest = { version = "0.12.4", features = ["blocking", "rustls-tls"], default-features = false } tar = "0.4.40" -zip = "2.1.1" +zip = "2.1.3" [profile.release] panic = "abort"