From b3ebf3cf42802e5cf4bbb76d27a76582b7fe9dc9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 May 2024 04:46:23 +0000 Subject: Bump zip from 1.2.2 to 2.1.1 Bumps [zip](https://github.com/zip-rs/zip2) from 1.2.2 to 2.1.1. - [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/v1.2.2...v2.1.1) --- updated-dependencies: - dependency-name: zip dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index fe16890..ad1dba7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -58,7 +58,7 @@ strum = { version = "0.26", features = ["derive"] } tar = "0.4" thiserror = "1" tokio = { version = "1.35.1", features = ["fs"] } -zip = { version = "1", default-features = false } +zip = { version = "2", default-features = false } [features] default = ["tls"] -- cgit v1.2.3