From 1e591ac8dcfb7160bd401e76b4ff39aec80db219 Mon Sep 17 00:00:00 2001 From: Laurenz Date: Mon, 24 Mar 2025 19:17:29 +0100 Subject: Bump `zip` (#6091) --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 4e0d3a26..a14124d6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -143,7 +143,7 @@ xmlwriter = "0.1.0" xmp-writer = "0.3.1" xz2 = { version = "0.1", features = ["static"] } yaml-front-matter = "0.1" -zip = { version = "2", default-features = false, features = ["deflate"] } +zip = { version = "2.5", default-features = false, features = ["deflate"] } [profile.dev.package."*"] opt-level = 2 -- cgit v1.2.3