From 953b64ac6bb85cadacd9d4b6631416f03aced1d0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 May 2025 16:46:28 +0000 Subject: [PATCH] chore(deps): update zip requirement from 2.2 to 3.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/v2.2.0...v3.0.0) --- updated-dependencies: - dependency-name: zip dependency-version: 3.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 7ee56d3997..5fd15bd7c0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -34,7 +34,7 @@ ureq = { version = "3.0", features = [ "gzip", ], default-features = false } native-tls = "0.2" -zip = "2.2" +zip = "3.0" [features] closure = []