Revert "Bump async_zip from 0.0.9 to 0.0.10" (#714)

This commit is contained in:
Félix Saparelli 2023-01-17 13:08:25 +13:00 committed by GitHub
parent c2b1c243ea
commit c1332c0d2d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 153 additions and 30 deletions

View file

@ -12,7 +12,7 @@ license = "GPL-3.0"
[dependencies]
async-trait = "0.1.61"
async-compression = { version = "0.3.15", features = ["gzip", "zstd", "xz", "bzip2", "tokio"] }
async_zip = { version = "0.0.10", features = ["deflate", "bzip2", "lzma", "zstd", "xz"] }
async_zip = { version = "0.0.9", features = ["deflate", "bzip2", "lzma", "zstd", "xz"] }
binstalk-types = { version = "0.2.0", path = "../binstalk-types" }
bytes = "1.3.0"
bzip2 = "0.4.4"