Bump async-trait from 0.1.35 to 0.1.36 (#145)

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

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

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
This commit is contained in:
dependabot-preview[bot]
2020-06-22 10:52:43 +02:00
committed by Bastian Köcher
parent c005fdd79c
commit b088efee32
+1 -1
View File
@@ -8,7 +8,7 @@ edition = "2018"
ansi_term = "0.12"
async-std = "=1.5.0"
async-stream = "0.2.0"
async-trait = "0.1.35"
async-trait = "0.1.36"
clap = { version = "2.33.1", features = ["yaml"] }
codec = { package = "parity-scale-codec", version = "1.0.0" }
env_logger = "0.7.0"