From 99d32292ee7e5bc911d38c9dc1d4c6aed652992a Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 24 Jun 2025 00:08:54 +0000 Subject: [PATCH] Update Rust crate zip to 4.2.0 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 3d2b41b..fe3ae27 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2230,9 +2230,9 @@ dependencies = [ [[package]] name = "zip" -version = "4.1.0" +version = "4.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "af7dcdb4229c0e79c2531a24de7726a0e980417a74fb4d030a35f535665439a0" +checksum = "95ab361742de920c5535880f89bbd611ee62002bf11341d16a5f057bb8ba6899" dependencies = [ "aes", "arbitrary", diff --git a/Cargo.toml b/Cargo.toml index 95f52ef..fec9f58 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,7 +17,7 @@ serde_json = "1.0.140" reqwest = { version = "0.12.20", features = ["json"] } serde = { version = "1.0.219", features = ["derive"] } log = "0.4.27" -zip = { version = "4.1.0", optional = true } +zip = { version = "4.2.0", optional = true } mktemp = { version = "0.5.1", optional = true } rand = { version = "0.9.1", optional = true } port_scanner = { version = "0.1.5", optional = true }