From 8d768fab8da976d4496cdad1c305ddbfc7bbbe32 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Sep 2025 11:33:14 +0000 Subject: [PATCH] Update zip requirement from >= 2.0.0, < 5.0.0 to >= 2.0.0, < 6.0.0 Updates the requirements on [zip](https://github.com/zip-rs/zip2) to permit the latest version. Updates `zip` to 4.6.1 - [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/v2.0.0...v4.6.1) --- updated-dependencies: - dependency-name: zip dependency-version: 4.6.1 dependency-type: direct:production dependency-group: dependencies ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index ea2b2a0..42b4da5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,7 @@ normalize-path = "0.2.0" pretty-error-debug = "0.3.0" tempfile = "3.0.0" thiserror = "2.0.8" -zip = { version = ">= 2.0.0, < 5.0.0", default-features = false } +zip = { version = ">= 2.0.0, < 6.0.0", default-features = false } [workspace.dependencies.zipsign-api] version = "0.1.5"