From f423d728f993cb0e2015e2aa01c6887657375fa6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 14 Jan 2026 14:08:57 +0000 Subject: [PATCH] Update Rust crate zip to v7 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index a9cc477..664bdb4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -39,7 +39,7 @@ sha2 = { version = "0.10.8" } snafu = { version = "0.8.2" } toml = { version = "0.9.0" } webbrowser = { version = "0.8.15" } -zip = { version = "0.6.6" } +zip = { version = "7.0.0" } pathdiff = "0.2.1" sanitize-filename = "0.6"