From bf8165e1dc769ee4a198d80fb8bda205147abb72 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 27 Feb 2025 21:10:30 +0000 Subject: [PATCH] chore(deps): update zip requirement from 0.6 to 2.2 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.6.4...v2.2.3) --- updated-dependencies: - dependency-name: zip 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 12d9e89fbf..528bfa8a3a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -34,7 +34,7 @@ ureq = { version = "2.4", features = [ "gzip", ], default-features = false } native-tls = "0.2" -zip = "0.6" +zip = "2.2" [features] closure = []