From 4026c3abdd3ad313641b2fcfb9c4e3d6bb692acf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 May 2024 10:53:27 +0000 Subject: [PATCH] Update zip requirement from 0.5 to 2.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/v0.5.7...v2.1.0) --- 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 1d4a968..6ec7fef 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -25,4 +25,4 @@ categories = ["os", "config", "encoding", "filesystem", "parsing"] bincode = "1.1" serde = "1.0" # For Compression -zip = { version = "0.5", default-features = false, features = ["deflate"] } +zip = { version = "2.1", default-features = false, features = ["deflate"] }