Bump async-trait from 0.1.41 to 0.1.42 (#1996)

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

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2020-11-23 08:28:21 +00:00
committed by GitHub
parent b9a9e836ca
commit 8cdb063f72
6 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ authors = ["Parity Technologies <admin@parity.io>"]
edition = "2018"
[dependencies]
async-trait = "0.1.41"
async-trait = "0.1.42"
futures = "0.3.8"
tracing = "0.1.21"
tracing-futures = "0.2.4"