From 43fd2603c9da7def0b8e484a4df5f87af64980e4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Apr 2026 02:28:08 +0000 Subject: [PATCH] Bump zip from 8.4.0 to 8.5.0 Bumps [zip](https://github.com/zip-rs/zip2) from 8.4.0 to 8.5.0. - [Release notes](https://github.com/zip-rs/zip2/releases) - [Changelog](https://github.com/zip-rs/zip2/blob/master/CHANGELOG.md) - [Commits](https://github.com/zip-rs/zip2/compare/v8.4.0...v8.5.0) --- updated-dependencies: - dependency-name: zip dependency-version: 8.5.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- xtask/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c1d0d47..0790b2f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3568,9 +3568,9 @@ dependencies = [ [[package]] name = "zip" -version = "8.4.0" +version = "8.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7756d0206d058333667493c4014f545f4b9603c4330ccd6d9b3f86dcab59f7d9" +checksum = "2726508a48f38dceb22b35ecbbd2430efe34ff05c62bd3285f965d7911b33464" dependencies = [ "crc32fast", "flate2", diff --git a/Cargo.toml b/Cargo.toml index a320cb4..a138656 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -32,7 +32,7 @@ serde = { version = "1.0.228", default-features = false, features = ["derive", " sha1 = "0.11.0" ureq = { version = "3.3.0", default-features = false, features = ["json", "rustls"] } wxdragon = { version = "0.9.14", features = ["webview"] } -zip = { version = "8.4.0", default-features = false, features = ["deflate"] } +zip = { version = "8.5.0", default-features = false, features = ["deflate"] } [target.'cfg(windows)'.dependencies] windows = { version = "0.62.2", features = ["Win32_UI_Accessibility", "Win32_System_Com", "Win32_UI_WindowsAndMessaging", "Win32_Foundation", "Win32_System_Ole", "Win32_System_Variant"] } diff --git a/xtask/Cargo.toml b/xtask/Cargo.toml index 8d55ad4..b720fe8 100644 --- a/xtask/Cargo.toml +++ b/xtask/Cargo.toml @@ -4,5 +4,5 @@ version = "0.1.0" edition = "2024" [dependencies] -zip = { version = "8.4.0", default-features = false, features = ["deflate"] } +zip = { version = "8.5.0", default-features = false, features = ["deflate"] } walkdir = "2.5.0"