From 50bce153f89b9ef195fa068af9e0c5e0db25508d Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sat, 23 Aug 2025 00:27:40 +0000 Subject: [PATCH] Update Rust crate zip to 4.5.0 (#128) --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index cb9f6ec..b398c61 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2261,9 +2261,9 @@ dependencies = [ [[package]] name = "zip" -version = "4.3.0" +version = "4.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9aed4ac33e8eb078c89e6cbb1d5c4c7703ec6d299fc3e7c3695af8f8b423468b" +checksum = "8835eb39822904d39cb19465de1159e05d371973f0c6df3a365ad50565ddc8b9" dependencies = [ "aes", "arbitrary", diff --git a/Cargo.toml b/Cargo.toml index 648b740..111c544 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,7 +17,7 @@ serde_json = "1.0.143" reqwest = { version = "0.12.23", features = ["json"] } serde = { version = "1.0.219", features = ["derive"] } log = "0.4.27" -zip = { version = "4.3.0", optional = true } +zip = { version = "4.5.0", optional = true } mktemp = { version = "0.5.1", optional = true } rand = { version = "0.9.2", optional = true } port_scanner = { version = "0.1.5", optional = true }