Bump async-trait from 0.1.59 to 0.1.60 (#612)

This commit is contained in:
dependabot[bot] 2022-12-19 03:42:22 +00:00 committed by GitHub
parent b102d5a5f0
commit 9aaa5c48dd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 16 additions and 6 deletions

View file

@ -10,7 +10,7 @@ edition = "2021"
license = "GPL-3.0"
[dependencies]
async-trait = "0.1.59"
async-trait = "0.1.60"
async-compression = { version = "0.3.15", features = ["gzip", "zstd", "xz", "bzip2", "tokio"] }
async_zip = { version = "0.0.9", features = ["deflate", "bzip2", "lzma", "zstd", "xz"] }
binstalk-types = { version = "0.1.0", path = "../binstalk-types" }