From 9f128306fb42f66e852a6d5873d6bed4946de27e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 13 Mar 2026 13:18:03 +0000 Subject: [PATCH] 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 b68788d..dc51fdf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -39,7 +39,7 @@ sha2 = { version = "0.10.8" } snafu = { version = "0.9.0" } toml = { version = "0.9.0" } webbrowser = { version = "0.8.15" } -zip = { version = "0.6.6" } +zip = { version = "8.0.0" } pathdiff = "0.2.1" sanitize-filename = "0.6"