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
@@ -36,7 +36,7 @@ sc-consensus-uncles = { version = "0.8.0-alpha.5", path = "../uncles" }
sc-consensus-slots = { version = "0.8.0-alpha.5", path = "../slots" }
sp-runtime = { version = "2.0.0-alpha.5", path = "../../../primitives/runtime" }
fork-tree = { version = "2.0.0-alpha.5", path = "../../../utils/fork-tree" }
futures = "0.3.1"
futures = "0.3.4"
futures-timer = "3.0.1"
parking_lot = "0.10.0"
log = "0.4.8"
@@ -18,7 +18,7 @@ serde = { version = "1.0.104", features=["derive"] }
sp-blockchain = { version = "2.0.0-alpha.5", path = "../../../../primitives/blockchain" }
sp-runtime = { version = "2.0.0-alpha.5", path = "../../../../primitives/runtime" }
sc-consensus-epochs = { version = "0.8.0-alpha.5", path = "../../epochs" }
futures = "0.3.1"
futures = "0.3.4"
derive_more = "0.99.2"
sp-api = { version = "2.0.0-alpha.5", path = "../../../../primitives/api" }
sp-consensus = { version = "0.8.0-alpha.5", path = "../../../../primitives/consensus/common" }