From 6271ce31d30cfa50efa70402120420b5961da976 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 23 Aug 2025 14:11:22 +0000 Subject: [PATCH] Update Rust crate zip to v4.5.0 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- crates/crates_io_database_dump/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index efd53b42ad5..3f09b6d8a1e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -7151,9 +7151,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 = [ "arbitrary", "crc32fast", diff --git a/Cargo.toml b/Cargo.toml index fd5d2ebec84..882b2c41323 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -159,4 +159,4 @@ quoted_printable = "=0.5.1" regex = "=1.11.1" sentry = { version = "=0.42.0", features = ["test"] } tokio = "=1.47.1" -zip = { version = "=4.3.0", default-features = false, features = ["deflate"] } +zip = { version = "=4.5.0", default-features = false, features = ["deflate"] } diff --git a/crates/crates_io_database_dump/Cargo.toml b/crates/crates_io_database_dump/Cargo.toml index 05883d0fbaa..e8f35f26b13 100644 --- a/crates/crates_io_database_dump/Cargo.toml +++ b/crates/crates_io_database_dump/Cargo.toml @@ -18,7 +18,7 @@ tar = "=0.4.44" tempfile = "=3.20.0" toml = "=0.9.5" tracing = "=0.1.41" -zip = { version = "=4.3.0", default-features = false, features = ["deflate"] } +zip = { version = "=4.5.0", default-features = false, features = ["deflate"] } [dev-dependencies] crates_io_test_db = { path = "../crates_io_test_db" }