From 082b01cd55de372c28473c816df5dcdf1f70679a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Apr 2026 10:05:35 +0000 Subject: [PATCH] chore(deps): bump zip from 8.1.0 to 8.5.0 Bumps [zip](https://github.com/zip-rs/zip2) from 8.1.0 to 8.5.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.1.0...v8.5.0) --- updated-dependencies: - dependency-name: zip dependency-version: 8.5.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 18 ++---------------- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 17 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a33501e..cca6ad7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2908,20 +2908,6 @@ name = "zeroize" version = "1.8.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b97154e67e32c85465826e8bcc1c59429aaaf107c1e4a9e53c8d8ccd5eff88d0" -dependencies = [ - "zeroize_derive", -] - -[[package]] -name = "zeroize_derive" -version = "1.4.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "85a5b4158499876c763cb03bc4e49185d3cccbabb15b33c627f7884f43db852e" -dependencies = [ - "proc-macro2", - "quote", - "syn", -] [[package]] name = "zerotrie" @@ -2958,9 +2944,9 @@ dependencies = [ [[package]] name = "zip" -version = "8.1.0" +version = "8.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6e499faf5c6b97a0d086f4a8733de6d47aee2252b8127962439d8d4311a73f72" +checksum = "2726508a48f38dceb22b35ecbbd2430efe34ff05c62bd3285f965d7911b33464" dependencies = [ "aes", "bzip2", diff --git a/Cargo.toml b/Cargo.toml index 4590ef7..627b528 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -39,7 +39,7 @@ serde_json = { version = "1.0.132", optional = true } serde_yaml_bw = { version = "2.4.0", optional = true } serde = { version = "1.0.214", optional = true, features = ["derive"] } tar = { version = "0.4.42", optional = true } -zip = { version = "8.0.0", optional = true, default-features = false, features = ["aes-crypto", "bzip2", "deflate", "time", "zstd"] } +zip = { version = "8.5.0", optional = true, default-features = false, features = ["aes-crypto", "bzip2", "deflate", "time", "zstd"] } flate2 = { version = "1.0.34", optional = true } xz2 = { version = "0.1.7", optional = true, features = ["static"] } zstd = { version = "0.13.0", optional = true }