From 650c91c114d821ec331e73c03a0e7785afa6529f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 22 May 2025 09:11:50 +0800 Subject: [PATCH] chore(deps): update rust crate zip to v4 (#13487) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- Cargo.lock | 6 +++--- crates/tauri-bundler/Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 2da1af7cd..2637faf93 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -8464,7 +8464,7 @@ dependencies = [ "which", "windows-registry 0.5.0", "windows-sys 0.59.0", - "zip 3.0.0", + "zip 4.0.0", ] [[package]] @@ -11108,9 +11108,9 @@ dependencies = [ [[package]] name = "zip" -version = "3.0.0" +version = "4.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "12598812502ed0105f607f941c386f43d441e00148fce9dec3ca5ffb0bde9308" +checksum = "153a6fff49d264c4babdcfa6b4d534747f520e56e8f0f384f3b808c4b64cc1fd" dependencies = [ "arbitrary", "crc32fast", diff --git a/crates/tauri-bundler/Cargo.toml b/crates/tauri-bundler/Cargo.toml index c389821d8..03885874c 100644 --- a/crates/tauri-bundler/Cargo.toml +++ b/crates/tauri-bundler/Cargo.toml @@ -38,7 +38,7 @@ hex = "0.4" semver = "1" sha1 = "0.10" sha2 = "0.10" -zip = { version = "3", default-features = false, features = ["deflate"] } +zip = { version = "4", default-features = false, features = ["deflate"] } dunce = "1" url = "2" uuid = { version = "1", features = ["v4", "v5"] }