mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-14 05:11:09 +00:00
update futures dependency (#5426)
This commit is contained in:
@@ -18,7 +18,7 @@ sc-client-api = { version = "2.0.0-alpha.5", path = "../../api" }
|
||||
codec = { package = "parity-scale-codec", version = "1.2.0" }
|
||||
sp-consensus = { version = "0.8.0-alpha.5", path = "../../../primitives/consensus/common" }
|
||||
derive_more = "0.99.2"
|
||||
futures = "0.3.1"
|
||||
futures = "0.3.4"
|
||||
futures-timer = "3.0.1"
|
||||
sp-inherents = { version = "2.0.0-alpha.5", path = "../../../primitives/inherents" }
|
||||
sc-keystore = { version = "2.0.0-alpha.5", path = "../../keystore" }
|
||||
|
||||
@@ -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" }
|
||||
|
||||
@@ -10,7 +10,7 @@ repository = "https://github.com/paritytech/substrate/"
|
||||
|
||||
[dependencies]
|
||||
derive_more = "0.99.2"
|
||||
futures = "0.3.1"
|
||||
futures = "0.3.4"
|
||||
jsonrpc-core = "14.0.5"
|
||||
jsonrpc-core-client = "14.0.5"
|
||||
jsonrpc-derive = "14.0.5"
|
||||
|
||||
@@ -20,7 +20,7 @@ sp-api = { version = "2.0.0-alpha.5", path = "../../../primitives/api" }
|
||||
sc-telemetry = { version = "2.0.0-alpha.5", path = "../../telemetry" }
|
||||
sp-consensus = { version = "0.8.0-alpha.5", path = "../../../primitives/consensus/common" }
|
||||
sp-inherents = { version = "2.0.0-alpha.5", path = "../../../primitives/inherents" }
|
||||
futures = "0.3.1"
|
||||
futures = "0.3.4"
|
||||
futures-timer = "3.0.1"
|
||||
parking_lot = "0.10.0"
|
||||
log = "0.4.8"
|
||||
|
||||
Reference in New Issue
Block a user