Upgrade zip (#1891)

This commit is contained in:
LoveSy
2024-07-19 22:50:50 +08:00
committed by GitHub
parent 685ae46bc0
commit 35d025cc18
2 changed files with 7 additions and 6 deletions

View File

@@ -10,7 +10,7 @@ rust-version = "1.77.2"
anyhow = "1"
clap = { version = "4", features = ["derive"] }
const_format = "0.2"
zip = { git = "https://github.com/zip-rs/zip2.git", features = [
zip = { version = "2.1.4", features = [
"deflate",
"deflate64",
"bzip2",