From c8aee9279dc760e5ce818e5ab3c86d8a67c50518 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Sep 2025 19:25:16 +0000 Subject: [PATCH] chore(deps): update zip requirement from 4.0 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/v4.0.0...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 28d4f912f..5ec89b908 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -38,7 +38,7 @@ ureq = { version = "3.0", features = [ "gzip", ], default-features = false } native-tls = "0.2" -zip = "4.0" +zip = "5.1" [features] default = ["enum"]