From 0fa81d5458c5e90b9ce9ea95e07f8b97174beeeb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Jun 2024 07:05:30 +0000 Subject: [PATCH] Update zip requirement from 0.6 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.6.4...v2.1.1) --- updated-dependencies: - dependency-name: zip dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- helper/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/helper/Cargo.toml b/helper/Cargo.toml index 619e7db..ada5fe5 100644 --- a/helper/Cargo.toml +++ b/helper/Cargo.toml @@ -22,7 +22,7 @@ serde = { version = "1", features = ["derive"] } quick-xml = { version = "0.31.0", features = ["serde", "encoding_rs", "serialize"] } serde_yaml = "0.9" flate2 = "1.0" -zip = "0.6" +zip = "2.1" cached = "0.50.0" tokio = { version = "1.34.0", features = ["full"] } similar = "2.4.0" @@ -45,7 +45,7 @@ quick-xml = { version = "0.31.0", features = ["serde", "encoding_rs", "serialize serde_yaml = "0.9" serde_json = "1.0" flate2 = "1.0" -zip = "0.6" +zip = "2.1" tokio = { version = "1.34.0", features = ["full"] } [[bin]]