Fork zip crate to disable CRC checks (#170)

This commit is contained in:
Robert Grosse 2023-04-02 20:17:48 -07:00
parent 8b2a57a8a5
commit da4781d499

View File

@ -10,7 +10,7 @@ edition = "2021"
clap = { version = "3.1.18", features = ["derive"] }
lazy_static = "1.4.0"
regex = "1.4.3"
zip = { version = "0.6.3", default-features = false, features=["deflate"] }
zip = { git = "https://github.com/Storyyeller/zip.git", default-features = false, features=["deflate"] }
hexf-parse = "0.2.1"
typed-arena = "2.0.1"
anyhow = "1.0.70"