Bump async_zip from 0.0.9 to 0.0.12 (#824)

This commit is contained in:
dependabot[bot] 2023-02-22 08:47:47 +00:00 committed by GitHub
parent 8f50bab0d8
commit 0e055dbb7c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 25 additions and 156 deletions

View file

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