From 767763f41b5e8b30960565c0d6907dea23476fbd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Sep 2025 16:01:49 +0000 Subject: [PATCH] Update zip requirement from 0.5 to 5.1 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...v5.1.1) --- updated-dependencies: - dependency-name: zip dependency-version: 5.1.1 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..e99407c 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 = "5.1" tracing = "0.1" tracing-subscriber = "0.3" url = "2.2"