From 57704d41d387c1123a4923e015fb5d2112d549ec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Apr 2024 17:45:05 +0000 Subject: [PATCH] Update zip requirement from 0.6.2 to 1.1.2 Updates the requirements on [zip](https://github.com/Pr0methean/zip) to permit the latest version. - [Release notes](https://github.com/Pr0methean/zip/releases) - [Changelog](https://github.com/zip-rs/zip2/blob/master/CHANGELOG.md) - [Commits](https://github.com/Pr0methean/zip/compare/v0.6.4...v1.1.2) --- 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 d122926..00c5647 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,6 +21,6 @@ serde = { version = "1.0.152", features = ["derive"] } thiserror = "1.0.31" [dependencies.zip] -version = "0.6.2" +version = "1.1.2" default-features = false features = ["deflate"]