From 2980970925c96224ff8b6f1df8424a98d3461c62 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Jun 2024 09:16:18 -0400 Subject: [PATCH] Bump zip from 2.1.0 to 2.1.1 (#138) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- Cargo.toml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f524004..e58d041 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1844,9 +1844,9 @@ dependencies = [ [[package]] name = "zip" -version = "2.1.0" +version = "2.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e2568cd0f20e86cd9a7349fe05178f7bd22f22724678448ae5a9bac266df2689" +checksum = "1dd56a4d5921bc2f99947ac5b3abe5f510b1be7376fdc5e9fce4a23c6a93e87c" dependencies = [ "aes", "arbitrary", diff --git a/Cargo.toml b/Cargo.toml index 2c854a0..85dad1d 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.0" +zip = "2.1.1" 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.0" +zip = "2.1.1" [profile.release] panic = "abort"