mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-13 04:41:02 +00:00
Enable the parking_lot feature for tokio (#10855)
This commit is contained in:
@@ -28,7 +28,7 @@ serde = "1.0.136"
|
||||
serde_json = "1.0.74"
|
||||
thiserror = "1.0.30"
|
||||
tiny-bip39 = "0.8.2"
|
||||
tokio = { version = "1.15", features = ["signal", "rt-multi-thread"] }
|
||||
tokio = { version = "1.15", features = ["signal", "rt-multi-thread", "parking_lot"] }
|
||||
|
||||
parity-scale-codec = "2.3.1"
|
||||
sc-client-api = { version = "4.0.0-dev", path = "../api" }
|
||||
|
||||
@@ -19,7 +19,7 @@ pubsub = { package = "jsonrpc-pubsub", version = "18.0.0" }
|
||||
log = "0.4.8"
|
||||
prometheus-endpoint = { package = "substrate-prometheus-endpoint", path = "../../utils/prometheus", version = "0.10.0-dev"}
|
||||
serde_json = "1.0.74"
|
||||
tokio = "1.15"
|
||||
tokio = { version = "1.15", features = ["parking_lot"] }
|
||||
http = { package = "jsonrpc-http-server", version = "18.0.0" }
|
||||
ipc = { package = "jsonrpc-ipc-server", version = "18.0.0" }
|
||||
ws = { package = "jsonrpc-ws-server", version = "18.0.0" }
|
||||
|
||||
@@ -78,7 +78,7 @@ parity-util-mem = { version = "0.10.2", default-features = false, features = [
|
||||
"primitive-types",
|
||||
] }
|
||||
async-trait = "0.1.50"
|
||||
tokio = { version = "1.15", features = ["time", "rt-multi-thread"] }
|
||||
tokio = { version = "1.15", features = ["time", "rt-multi-thread", "parking_lot"] }
|
||||
tempfile = "3.1.0"
|
||||
directories = "4.0.1"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user