mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-12 20:31:13 +00:00
Update to futures 0.3.9 (#7854)
This commit is contained in:
@@ -18,7 +18,7 @@ log = "0.4.11"
|
||||
lru = "0.6.1"
|
||||
parking_lot = "0.11.1"
|
||||
thiserror = "1.0.21"
|
||||
futures = "0.3"
|
||||
futures = "0.3.9"
|
||||
codec = { package = "parity-scale-codec", version = "1.3.1", default-features = false, features = ["derive"] }
|
||||
sp-consensus = { version = "0.8.0", path = "../consensus/common" }
|
||||
sp-runtime = { version = "2.0.0", path = "../runtime" }
|
||||
|
||||
@@ -36,7 +36,7 @@ prometheus-endpoint = { package = "substrate-prometheus-endpoint", path = "../..
|
||||
wasm-timer = "0.2.5"
|
||||
|
||||
[dev-dependencies]
|
||||
futures = "0.3.4"
|
||||
futures = "0.3.9"
|
||||
sp-test-primitives = { version = "2.0.0", path = "../../test-primitives" }
|
||||
|
||||
[features]
|
||||
|
||||
@@ -10,7 +10,7 @@ description = "I/O for Substrate runtimes"
|
||||
readme = "README.md"
|
||||
|
||||
[dependencies]
|
||||
futures = "0.3.4"
|
||||
futures = "0.3.9"
|
||||
futures-core = "0.3.4"
|
||||
lazy_static = "1.4.0"
|
||||
prometheus = { version = "0.10.0", default-features = false }
|
||||
|
||||
Reference in New Issue
Block a user