From 27d274a3cee9605f2207231999b0f77268d3cfcd Mon Sep 17 00:00:00 2001 From: "Benjamin A. Beasley" Date: Thu, 8 Jan 2026 21:21:17 +0000 Subject: [PATCH] Allow zip 7 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 450b7fe..5a1b43a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,7 +21,7 @@ serde = { version = "1.0.210", features = ["derive"], optional = true } tar = "0.4.41" thiserror = "2.0.3" xz = { package = "xz2", version = "0.1.7", optional = true } -zip = { version = ">=0.6,<7", default-features = false, features = ["deflate"] } +zip = { version = ">=0.6,<8", default-features = false, features = ["deflate"] } [dev-dependencies] serde_json = "1.0.128"