diff options
| author | Laurenz <laurmaedje@gmail.com> | 2025-03-24 19:17:29 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-03-24 18:17:29 +0000 |
| commit | 1e591ac8dcfb7160bd401e76b4ff39aec80db219 (patch) | |
| tree | 2c3703e162f7635ed08f7e52ec9a19783bec4289 /Cargo.toml | |
| parent | 38213ed534d8a7cd520c0265b99a345bc2966b39 (diff) | |
Bump `zip` (#6091)
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
