From 9b0582442bcb874f765e52e330000a26de646542 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Jan 2026 13:01:30 +0000 Subject: [PATCH] chore(deps): bump zip from 6.0.0 to 7.0.0 Bumps [zip](https://github.com/zip-rs/zip2) from 6.0.0 to 7.0.0. - [Release notes](https://github.com/zip-rs/zip2/releases) - [Changelog](https://github.com/zip-rs/zip2/blob/master/CHANGELOG.md) - [Commits](https://github.com/zip-rs/zip2/compare/v6.0.0...v7.0.0) --- updated-dependencies: - dependency-name: zip dependency-version: 7.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- crates/build/Cargo.toml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 801557388..130349d94 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -8649,9 +8649,9 @@ dependencies = [ [[package]] name = "zip" -version = "6.0.0" +version = "7.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "eb2a05c7c36fde6c09b08576c9f7fb4cda705990f73b58fe011abf7dfb24168b" +checksum = "bdd8a47718a4ee5fe78e07667cd36f3de80e7c2bfe727c7074245ffc7303c037" dependencies = [ "arbitrary", "crc32fast", diff --git a/crates/build/Cargo.toml b/crates/build/Cargo.toml index 5a6a6e3f7..b60884b98 100644 --- a/crates/build/Cargo.toml +++ b/crates/build/Cargo.toml @@ -36,7 +36,7 @@ serde_json = "1.0.145" tempfile = "3.23.0" term_size = "0.3.2" url = { version = "2.5.4", features = ["serde"] } -zip = { version = "6.0.0", default-features = false } +zip = { version = "7.0.0", default-features = false } tokio = { version = "1.44.2", features = ["macros", "rt-multi-thread", "net"] } tokio-stream = "0.1.17" bollard = "0.19.3" @@ -65,7 +65,7 @@ which = "8.0.0" [build-dependencies] anyhow = "1.0.100" walkdir = "2.5.0" -zip = { version = "6.0.0", default-features = false } +zip = { version = "7.0.0", default-features = false } [dev-dependencies] pretty_assertions = "1.4.1"