From ce5219d3b7305463a935d148b0f8cb4ec729e6fc Mon Sep 17 00:00:00 2001 From: "Benjamin A. Beasley" Date: Tue, 24 Feb 2026 10:34:11 +0000 Subject: [PATCH] Allow zip 8 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 5c56a21..6404bb4 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,<8", default-features = false, features = ["deflate"] } +zip = { version = ">=0.6,<9", default-features = false, features = ["deflate"] } [dev-dependencies] serde_json = "1.0.128"