Description: Relax zip dependency version
 Update zip dependency to match the version available in Debian
Author: Jelmer Vernooĳ <jelmer@debian.org>
Forwarded: not-needed
Last-Update: 2025-11-04
Index: maturin/Cargo.toml
===================================================================
--- maturin.orig/Cargo.toml
+++ maturin/Cargo.toml
@@ -58,7 +58,7 @@ tar = "0.4.38"
 tempfile = "3.2.0"
 toml = "0.8.10"
 toml_edit = "0.22.6"
-zip = { version = "2.3.0", default-features = false, features = [
+zip = { version = "5", default-features = false, features = [
     "bzip2",
     "deflate",
     "time",
