Bump async-std from 1.6.5 to 1.7.0 (#491)

This commit is contained in:
dependabot-preview[bot]
2020-11-09 03:05:30 +00:00
committed by Bastian Köcher
parent 184871525c
commit 6c0110c11e
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ license = "GPL-3.0-or-later WITH Classpath-exception-2.0"
[dependencies]
ansi_term = "0.12"
async-std = "1.6.5"
async-std = "1.7.0"
async-trait = "0.1.41"
clap = { version = "2.33.3", features = ["yaml"] }
codec = { package = "parity-scale-codec", version = "1.3.4" }
+1 -1
View File
@@ -6,7 +6,7 @@ edition = "2018"
license = "GPL-3.0-or-later WITH Classpath-exception-2.0"
[dependencies]
async-std = "1.6.2"
async-std = "1.7.0"
async-trait = "0.1.41"
codec = { package = "parity-scale-codec", version = "1.3.4" }
futures = "0.3.7"