From bbea009d0364cb362068aeed695fd2d0c67f1239 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 10 Sep 2025 04:57:15 +0000 Subject: [PATCH] Update Rust crate zip to v5.0.1 --- 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 ef47b9fef54..043b13f1fc3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -7147,9 +7147,9 @@ dependencies = [ [[package]] name = "zip" -version = "5.0.0" +version = "5.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b9fdfa5f34b5980f2c21b3a2c68c09ade4debddc7be52c51056695effc73a08c" +checksum = "c7bd5b91aa407cb977468d108ca3fede2c992ea44bb1d989e21756749d7dccff" dependencies = [ "arbitrary", "crc32fast", diff --git a/Cargo.toml b/Cargo.toml index 8e65490b30b..71b47037dd3 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 = "=5.0.0", default-features = false, features = ["deflate"] } +zip = { version = "=5.0.1", default-features = false, features = ["deflate"] } diff --git a/crates/crates_io_database_dump/Cargo.toml b/crates/crates_io_database_dump/Cargo.toml index c920adeac0e..0a716cc02a1 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 = "=5.0.0", default-features = false, features = ["deflate"] } +zip = { version = "=5.0.1", default-features = false, features = ["deflate"] } [dev-dependencies] crates_io_test_db = { path = "../crates_io_test_db" }