From bdaf279410e9638d3dadfe67cf1d71a8a6621187 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sat, 6 Sep 2025 00:35:17 +0000 Subject: [PATCH] Update Rust crate zip to 4.6.1 (#132) --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 7911a29..15d22cc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2261,9 +2261,9 @@ dependencies = [ [[package]] name = "zip" -version = "4.6.0" +version = "4.6.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c034aa6c54f654df20e7dc3713bc51705c12f280748fb6d7f40f87c696623e34" +checksum = "caa8cd6af31c3b31c6631b8f483848b91589021b28fffe50adada48d4f4d2ed1" dependencies = [ "aes", "arbitrary", diff --git a/Cargo.toml b/Cargo.toml index fc57411..7af1026 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 = "4.6.0", optional = true } +zip = { version = "4.6.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 }