From 8698eaadb7d3f14d360623e1aec548f576663de2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 May 2025 16:08:19 +0000 Subject: [PATCH] chore(deps): update zip requirement from 3.0 to 4.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/v3.0.0...v4.0.0) --- updated-dependencies: - dependency-name: zip dependency-version: 4.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 5fd15bd7c0..6ef2e83d83 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 = "3.0" +zip = "4.0" [features] closure = []