Update Rust crate zip to v8
All checks were successful
renovate/stability-days Updates have met minimum release age requirement

This commit is contained in:
Rasensprenger 2026-08-30 23:01:14 +03:00
commit 8460c7a994
3 changed files with 62 additions and 84 deletions

View file

@ -6,6 +6,6 @@ edition = "2024"
[dependencies]
anyhow = "1"
tempfile = "3"
zip = "6"
zip = "8"
serde_json = "1"
iota-paths = { path = "../iota-paths" }