From 39c2c95691b85c57bff4a9d04e1330413940c5a0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2026 20:21:19 +0000 Subject: [PATCH] Bump zip from 8.2.0 to 8.6.0 Bumps [zip](https://github.com/zip-rs/zip2) from 8.2.0 to 8.6.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.6.0) --- updated-dependencies: - dependency-name: zip dependency-version: 8.6.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 844e8d823..f7f18be65 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1807,9 +1807,9 @@ dependencies = [ [[package]] name = "zip" -version = "8.2.0" +version = "8.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b680f2a0cd479b4cff6e1233c483fdead418106eae419dc60200ae9850f6d004" +checksum = "2d04a6b5381502aa6087c94c669499eb1602eb9c5e8198e534de571f7154809b" dependencies = [ "crc32fast", "flate2", diff --git a/Cargo.toml b/Cargo.toml index 7c70f3dcb..cd50cd5c2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -64,7 +64,7 @@ tempfile = "3.26" tera = "1.20" uuid = { version = "1.21", features = ["v4"] } walkdir = "2.5" -zip = { version = "8.2", default-features = false } +zip = { version = "8.6", default-features = false } [dev-dependencies] pretty_assertions = "1.4"