From d2ece957b80ba051284bd18ea57163ef6bfa431c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Dec 2025 12:19:36 +0000 Subject: [PATCH] chore(deps): Update zip requirement from 6.0.0 to 7.0.0 in /xtask Updates the requirements on [zip](https://github.com/zip-rs/zip2) to permit the latest version. - [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 ... Signed-off-by: dependabot[bot] --- xtask/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xtask/Cargo.toml b/xtask/Cargo.toml index e56ba59..e6fe67d 100644 --- a/xtask/Cargo.toml +++ b/xtask/Cargo.toml @@ -7,4 +7,4 @@ edition = "2024" anyhow = "1.0.100" clap = { version = "4.5.53", features = ["derive"] } fs_extra = "1.3.0" -zip = "6.0.0" +zip = "7.0.0"