summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorLaurenz <laurmaedje@gmail.com>2025-03-24 19:17:29 +0100
committerGitHub <noreply@github.com>2025-03-24 18:17:29 +0000
commit1e591ac8dcfb7160bd401e76b4ff39aec80db219 (patch)
tree2c3703e162f7635ed08f7e52ec9a19783bec4289 /Cargo.toml
parent38213ed534d8a7cd520c0265b99a345bc2966b39 (diff)
Bump `zip` (#6091)
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
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