From ea4ba2a2af18a78955a7b761c0b9efa85756efd3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 9 Oct 2025 11:58:00 +0000 Subject: [PATCH] Update Rust crate zip to v6 --- 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 6edf7bc1c05..26747541cc7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -7494,9 +7494,9 @@ dependencies = [ [[package]] name = "zip" -version = "5.1.1" +version = "6.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2f852905151ac8d4d06fdca66520a661c09730a74c6d4e2b0f27b436b382e532" +checksum = "eb2a05c7c36fde6c09b08576c9f7fb4cda705990f73b58fe011abf7dfb24168b" dependencies = [ "arbitrary", "crc32fast", diff --git a/Cargo.toml b/Cargo.toml index 23cc52f96d0..7f15297fd2d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -160,4 +160,4 @@ quoted_printable = "=0.5.1" regex = "=1.11.3" sentry = { version = "=0.43.0", features = ["test"] } tokio = "=1.47.1" -zip = { version = "=5.1.1", default-features = false, features = ["deflate"] } +zip = { version = "=6.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 ae14f2a72dc..5fa259c50e5 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.23.0" toml = "=0.9.7" tracing = "=0.1.41" -zip = { version = "=5.1.1", default-features = false, features = ["deflate"] } +zip = { version = "=6.0.0", default-features = false, features = ["deflate"] } [dev-dependencies] crates_io_test_db = { path = "../crates_io_test_db" }