From d09627ef9b8176499288c5963d5a7087f98973d8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 2 Nov 2025 22:16:35 +0000 Subject: [PATCH] Bump zip from 5.1.1 to 6.0.0 Bumps [zip](https://github.com/zip-rs/zip2) from 5.1.1 to 6.0.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/v5.1.1...v6.0.0) --- updated-dependencies: - dependency-name: zip dependency-version: 6.0.0 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 2ae37b7..19eb57d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1324,9 +1324,9 @@ checksum = "b97154e67e32c85465826e8bcc1c59429aaaf107c1e4a9e53c8d8ccd5eff88d0" [[package]] name = "zip" -version = "5.1.1" +version = "6.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2f852905151ac8d4d06fdca66520a661c09730a74c6d4e2b0f27b436b382e532" +checksum = "eb2a05c7c36fde6c09b08576c9f7fb4cda705990f73b58fe011abf7dfb24168b" dependencies = [ "arbitrary", "crc32fast", diff --git a/Cargo.toml b/Cargo.toml index 6ac8b0c..94a5082 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -31,7 +31,7 @@ toml = "0.9.8" unicode-width = { version = "0.2.2", default-features = false } ureq = { version = "3.1.0", default-features = false, features = ["rustls", "platform-verifier"] } yansi = "1.0.1" -zip = { version = "5.1.1", default-features = false, features = ["deflate-flate2-zlib-rs"] } +zip = { version = "6.0.0", default-features = false, features = ["deflate-flate2-zlib-rs"] } [dev-dependencies] assert_cmd = "2.1.1"