mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-12 03:01:07 +00:00
Update to futures 0.3.9 (#7854)
This commit is contained in:
@@ -28,7 +28,7 @@ either = "1.5.3"
|
||||
erased-serde = "0.3.9"
|
||||
fnv = "1.0.6"
|
||||
fork-tree = { version = "2.0.0", path = "../../utils/fork-tree" }
|
||||
futures = "0.3.4"
|
||||
futures = "0.3.9"
|
||||
futures-timer = "3.0.2"
|
||||
futures_codec = "0.4.0"
|
||||
hex = "0.4.0"
|
||||
|
||||
@@ -17,7 +17,7 @@ async-std = "1.6.5"
|
||||
sc-network = { version = "0.8.0", path = "../" }
|
||||
log = "0.4.8"
|
||||
parking_lot = "0.11.1"
|
||||
futures = "0.3.4"
|
||||
futures = "0.3.9"
|
||||
futures-timer = "3.0.1"
|
||||
rand = "0.7.2"
|
||||
libp2p = { version = "0.33.0", default-features = false }
|
||||
|
||||
Reference in New Issue
Block a user