From 9a8947370fd29124c3d280f107033db14c73c9d4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 25 Jul 2026 03:30:25 +0000 Subject: [PATCH] fix(deps): update rust crate zip to v8 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index e4a66ca..c5b4d52 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -29,7 +29,7 @@ chrono = { version = "0.4", features = ["serde"] } ureq = "2.9" flate2 = "1.0" tar = "0.4" -zip = "0.6" +zip = "8.0" [dev-dependencies] assert_cmd = "2.0"