mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-13 07:01:05 +00:00
update futures dependency (#5426)
This commit is contained in:
@@ -14,7 +14,7 @@ sc-client = { version = "0.8.0-alpha.5", path = "../../client/" }
|
||||
sc-client-db = { version = "0.8.0-alpha.5", features = ["test-helpers"], path = "../../client/db" }
|
||||
sp-consensus = { version = "0.8.0-alpha.5", path = "../../primitives/consensus/common" }
|
||||
sc-executor = { version = "0.8.0-alpha.5", path = "../../client/executor" }
|
||||
futures = "0.3.1"
|
||||
futures = "0.3.4"
|
||||
hash-db = "0.15.2"
|
||||
sp-keyring = { version = "2.0.0-alpha.5", path = "../../primitives/keyring" }
|
||||
codec = { package = "parity-scale-codec", version = "1.2.0" }
|
||||
|
||||
@@ -19,4 +19,4 @@ sp-blockchain = { version = "2.0.0-alpha.5", path = "../../../primitives/blockch
|
||||
codec = { package = "parity-scale-codec", version = "1.2.0" }
|
||||
sc-client-api = { version = "2.0.0-alpha.5", path = "../../../client/api" }
|
||||
sc-client = { version = "0.8.0-alpha.5", path = "../../../client/" }
|
||||
futures = "0.3.1"
|
||||
futures = "0.3.4"
|
||||
|
||||
Reference in New Issue
Block a user