From f6c248014d8583bbd386c5303d5c3bab90ea815a Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sat, 13 Sep 2025 00:36:01 +0000 Subject: [PATCH] Update Rust crate zip to 5.1.1 (#134) --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c4da413..91c7b7a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2277,9 +2277,9 @@ dependencies = [ [[package]] name = "zip" -version = "5.0.0" +version = "5.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b9fdfa5f34b5980f2c21b3a2c68c09ade4debddc7be52c51056695effc73a08c" +checksum = "2f852905151ac8d4d06fdca66520a661c09730a74c6d4e2b0f27b436b382e532" dependencies = [ "aes", "arbitrary", diff --git a/Cargo.toml b/Cargo.toml index 1eece5f..07d822b 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.28" -zip = { version = "5.0.0", optional = true } +zip = { version = "5.1.1", optional = true } mktemp = { version = "0.5.1", optional = true } rand = { version = "0.9.2", optional = true } port_scanner = { version = "0.1.5", optional = true }