From e7940ae6cb30d1007c0bbb9de7c7a5e8d9ce0cc1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 5 Sep 2025 21:49:12 +0000 Subject: [PATCH] Update Rust crate zip to v5 --- 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 1fd8a895375..13f9d1b44d7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -7148,9 +7148,9 @@ dependencies = [ [[package]] name = "zip" -version = "4.6.1" +version = "5.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "caa8cd6af31c3b31c6631b8f483848b91589021b28fffe50adada48d4f4d2ed1" +checksum = "b9fdfa5f34b5980f2c21b3a2c68c09ade4debddc7be52c51056695effc73a08c" dependencies = [ "arbitrary", "crc32fast", diff --git a/Cargo.toml b/Cargo.toml index 831bf0554ac..ea6eb65e91f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -159,4 +159,4 @@ quoted_printable = "=0.5.1" regex = "=1.11.2" sentry = { version = "=0.42.0", features = ["test"] } tokio = "=1.47.1" -zip = { version = "=4.6.1", default-features = false, features = ["deflate"] } +zip = { version = "=5.0.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 82d0989f5da..81ed62a85ff 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.21.0" toml = "=0.9.5" tracing = "=0.1.41" -zip = { version = "=4.6.1", default-features = false, features = ["deflate"] } +zip = { version = "=5.0.0", default-features = false, features = ["deflate"] } [dev-dependencies] crates_io_test_db = { path = "../crates_io_test_db" }