From c328e864ba85b44e83b1953b18df48a3736175e1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Mar 2026 02:21:00 +0000 Subject: [PATCH] Bump zip from 7.4.0 to 8.2.0 Bumps [zip](https://github.com/zip-rs/zip2) from 7.4.0 to 8.2.0. - [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/v7.4.0...v8.2.0) --- updated-dependencies: - dependency-name: zip dependency-version: 8.2.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Cargo.lock | 6 +++--- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f24e9e3..99028b3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4,7 +4,7 @@ version = 4 [[package]] name = "acquire-builder" -version = "0.1.0" +version = "0.1.4" dependencies = [ "anyhow", "clap", @@ -2243,9 +2243,9 @@ dependencies = [ [[package]] name = "zip" -version = "7.4.0" +version = "8.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cc12baa6db2b15a140161ce53d72209dacea594230798c24774139b54ecaa980" +checksum = "b680f2a0cd479b4cff6e1233c483fdead418106eae419dc60200ae9850f6d004" dependencies = [ "crc32fast", "flate2", diff --git a/Cargo.toml b/Cargo.toml index b536512..1e1a24e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,5 +19,5 @@ sha2 = "0.10.9" tar = "0.4.44" toml = "0.9.11" walkdir = "2.5.0" -zip = { version = "7.4.0", default-features = false, features = ["deflate"] } +zip = { version = "8.2.0", default-features = false, features = ["deflate"] } zstd = "0.13.3"