update futures dependency (#5426)

This commit is contained in:
Nikolay Volf
2020-03-27 04:35:48 -07:00
committed by GitHub
parent fb3386a5f3
commit eed0045a0c
23 changed files with 23 additions and 23 deletions
+1 -1
View File
@@ -106,7 +106,7 @@ sc-keystore = { version = "2.0.0-alpha.5", path = "../../../client/keystore" }
sc-consensus-babe = { version = "0.8.0-alpha.5", features = ["test-helpers"], path = "../../../client/consensus/babe" }
sc-consensus-epochs = { version = "0.8.0-alpha.5", path = "../../../client/consensus/epochs" }
sc-service-test = { version = "2.0.0-dev", path = "../../../client/service/test" }
futures = "0.3.1"
futures = "0.3.4"
tempfile = "3.1.0"
assert_cmd = "0.12"
nix = "0.17"