From b9dec286a46046171e5a4fb54fc11e1e327c949a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Mar 2026 04:14:32 +0000 Subject: [PATCH] chore(deps): bump zip from 8.2.0 to 8.4.0 Bumps [zip](https://github.com/zip-rs/zip2) from 8.2.0 to 8.4.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/v8.2.0...v8.4.0) --- updated-dependencies: - dependency-name: zip dependency-version: 8.4.0 dependency-type: direct:production update-type: version-update:semver-minor ... 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 466086d..b5195d5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2922,9 +2922,9 @@ dependencies = [ [[package]] name = "zip" -version = "8.2.0" +version = "8.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b680f2a0cd479b4cff6e1233c483fdead418106eae419dc60200ae9850f6d004" +checksum = "7756d0206d058333667493c4014f545f4b9603c4330ccd6d9b3f86dcab59f7d9" dependencies = [ "crc32fast", "flate2", diff --git a/Cargo.toml b/Cargo.toml index 21d0789..7367921 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -44,7 +44,7 @@ url = "2.5.8" # Archive extraction flate2 = "1.1.9" tar = "0.4.44" -zip = { version = "8.2.0", default-features = false, features = ["deflate"] } +zip = { version = "8.4.0", default-features = false, features = ["deflate"] } # Utilities sha2 = "0.10.9"