Enable the parking_lot feature for tokio (#10855)

This commit is contained in:
Koute
2022-02-15 20:53:45 +09:00
committed by GitHub
parent b82cfbac4d
commit 43c3e709f9
5 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -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" }