From b968292455cfe376229fd6dbefd74986215f604c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Mar 2026 02:19:13 +0000 Subject: [PATCH] Bump zip from 7.4.0 to 8.3.1 Bumps [zip](https://github.com/zip-rs/zip2) from 7.4.0 to 8.3.1. - [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.3.1) --- updated-dependencies: - dependency-name: zip dependency-version: 8.3.1 dependency-type: direct:production update-type: version-update:semver-major ... 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 53a68a2..2432ea2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2243,9 +2243,9 @@ dependencies = [ [[package]] name = "zip" -version = "7.4.0" +version = "8.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cc12baa6db2b15a140161ce53d72209dacea594230798c24774139b54ecaa980" +checksum = "5c546feb4481b0fbafb4ef0d79b6204fc41c6f9884b1b73b1d73f82442fc0845" dependencies = [ "crc32fast", "flate2", diff --git a/Cargo.toml b/Cargo.toml index 2096d8b..bdc59f2 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.3.1", default-features = false, features = ["deflate"] } zstd = "0.13.3"