cargo: bump async-trait from 0.1.48 to 0.1.50

Bumps [async-trait](https://github.com/dtolnay/async-trait) from 0.1.48 to 0.1.50.
- [Release notes](https://github.com/dtolnay/async-trait/releases)
- [Commits](https://github.com/dtolnay/async-trait/compare/0.1.48...0.1.50)

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2021-05-01 16:12:26 +00:00
committed by link2xt
parent 6d064dca84
commit ebfeec8907
2 changed files with 3 additions and 3 deletions

View File

@@ -22,7 +22,7 @@ async-smtp = { git = "https://github.com/async-email/async-smtp", rev="2275fd8d1
async-std-resolver = "0.19.5"
async-std = { version = "~1.8.0", features = ["unstable"] }
async-tar = "0.3.0"
async-trait = "0.1.31"
async-trait = "0.1.50"
backtrace = "0.3.33"
base64 = "0.13"
bitflags = "1.1.0"