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"] }