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-20 19:01:20 +03:00
commit 0e95039859
3 changed files with 61 additions and 83 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" }