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"
futures = "0.3.8"
futures-timer = "3.0.2"
parity-scale-codec = { version = "1.3.5", default-features = false, features = ["derive"] }
@@ -29,7 +29,7 @@ substrate-prometheus-endpoint = { git = "https://github.com/paritytech/substrate
[dev-dependencies]
assert_matches = "1.4.0"
async-trait = "0.1.41"
async-trait = "0.1.42"
env_logger = "0.8.2"
futures = { version = "0.3.8", features = ["thread-pool"] }
log = "0.4.11"