Skip to content

Commit

Permalink
Update zip requirement from 0.6 to 2.2
Browse files Browse the repository at this point in the history
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](zip-rs/zip2@v0.6.4...v2.2.0)

---
updated-dependencies:
- dependency-name: zip
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and cn-kali-team committed Sep 1, 2024
1 parent 6d99225 commit 0611b7a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions helper/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ serde = { version = "1", features = ["derive"] }
quick-xml = { version = "0.36.1", features = ["serde", "encoding_rs", "serialize"] }
serde_yaml = "0.9"
flate2 = "1.0"
zip = "0.6"
zip = "2.2"
cached = "0.53.1"
tokio = { version = "1.34.0", features = ["full"] }
similar = "2.4.0"
Expand All @@ -45,7 +45,7 @@ quick-xml = { version = "0.36.1", features = ["serde", "encoding_rs", "serialize
serde_yaml = "0.9"
serde_json = "1.0"
flate2 = "1.0"
zip = "0.6"
zip = "2.2"
tokio = { version = "1.34.0", features = ["full"] }

[[bin]]
Expand Down

0 comments on commit 0611b7a

Please sign in to comment.