From e332c7d1a31f2327a9b20948e0cca64b7a7de3ca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Oct 2025 16:03:33 +0000 Subject: [PATCH] Update zip requirement from 0.5 to 6.0 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/v0.5.7...v6.0.0) --- updated-dependencies: - dependency-name: zip dependency-version: 6.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index eb856e1..e596dfd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -27,7 +27,7 @@ eyre = "0.6" flate2 = "1" regex = "1" tar = "0.4" -zip = "0.5" +zip = "6.0" tracing = "0.1" tracing-subscriber = "0.3" url = "2.2"