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
+2 -2
View File
@@ -6,7 +6,7 @@ edition = "2018"
description = "Subsystem traits and message definitions"
[dependencies]
async-trait = "0.1.41"
async-trait = "0.1.42"
derive_more = "0.99.11"
futures = "0.3.8"
futures-timer = "3.0.2"
@@ -27,7 +27,7 @@ thiserror = "1.0.22"
[dev-dependencies]
assert_matches = "1.4.0"
async-trait = "0.1.41"
async-trait = "0.1.42"
futures = { version = "0.3.8", features = ["thread-pool"] }
parking_lot = "0.11.1"
polkadot-node-subsystem-test-helpers = { path = "../subsystem-test-helpers" }