mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-13 23:21:06 +00:00
update futures dependency (#5426)
This commit is contained in:
@@ -22,7 +22,7 @@ either = "1.5.3"
|
||||
erased-serde = "0.3.9"
|
||||
fnv = "1.0.6"
|
||||
fork-tree = { version = "2.0.0-alpha.5", path = "../../utils/fork-tree" }
|
||||
futures = "0.3.1"
|
||||
futures = "0.3.4"
|
||||
futures_codec = "0.3.3"
|
||||
futures-timer = "3.0.1"
|
||||
wasm-timer = "0.2"
|
||||
|
||||
@@ -13,7 +13,7 @@ repository = "https://github.com/paritytech/substrate/"
|
||||
sc-network = { version = "0.8.0-alpha.5", path = "../" }
|
||||
log = "0.4.8"
|
||||
parking_lot = "0.10.0"
|
||||
futures = "0.3.1"
|
||||
futures = "0.3.4"
|
||||
futures-timer = "3.0.1"
|
||||
rand = "0.7.2"
|
||||
libp2p = { version = "0.16.2", default-features = false, features = ["libp2p-websocket"] }
|
||||
|
||||
Reference in New Issue
Block a user