From e894f5049600e475cfb9fa121fe8a0c41bba5ec9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Aug 2026 12:48:06 +0000 Subject: [PATCH] chore(deps): bump zip from 2.4.2 to 8.6.0 Bumps [zip](https://github.com/zip-rs/zip2) from 2.4.2 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/v2.4.2...v8.6.0) --- updated-dependencies: - dependency-name: zip dependency-version: 8.6.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Cargo.lock | 19 +------------------ apps/rustnzb/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 19 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 80fb77c..a77ef56 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2830,7 +2830,7 @@ dependencies = [ "utoipa", "utoipa-swagger-ui", "uuid", - "zip 2.4.2", + "zip 8.6.0", ] [[package]] @@ -4325,23 +4325,6 @@ dependencies = [ "syn", ] -[[package]] -name = "zip" -version = "2.4.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fabe6324e908f85a1c52063ce7aa26b68dcb7eb6dbc83a2d148403c9bc3eba50" -dependencies = [ - "arbitrary", - "crc32fast", - "crossbeam-utils", - "displaydoc", - "flate2", - "indexmap", - "memchr", - "thiserror 2.0.18", - "zopfli", -] - [[package]] name = "zip" version = "3.0.0" diff --git a/apps/rustnzb/Cargo.toml b/apps/rustnzb/Cargo.toml index 0561383..28f5565 100644 --- a/apps/rustnzb/Cargo.toml +++ b/apps/rustnzb/Cargo.toml @@ -45,7 +45,7 @@ base64 = { workspace = true } rust-embed = { version = "8", features = ["debug-embed", "interpolate-folder-path"] } mime_guess = "2" libc = "0.2" -zip = { version = "2", default-features = false, features = ["deflate"] } +zip = { version = "8", default-features = false, features = ["deflate"] } flate2 = { workspace = true } parking_lot = { workspace = true } tokio-util = { version = "0.7", features = ["rt"] }