Upgrade to jsonrpc v14 (#11151)
* Upgrade to jsonrpc v14 Contains https://github.com/paritytech/jsonrpc/pull/495 with good bugfixes to resource usage. * Bump tokio & futures. * Bump even further. * Upgrade tokio to 0.1.22 * Partially revert "Bump tokio & futures." This reverts commit 100907eb91907aa124d856d52374637256118e86.
This commit is contained in:
@@ -15,7 +15,7 @@ serde_json = "1.0"
|
||||
url = "2.1.0"
|
||||
matches = "0.1"
|
||||
parking_lot = "0.9"
|
||||
jsonrpc-core = "13.2.0"
|
||||
jsonrpc-ws-server = "13.2.0"
|
||||
jsonrpc-core = "14.0.0"
|
||||
jsonrpc-ws-server = "14.0.0"
|
||||
parity-rpc = { path = "../../rpc" }
|
||||
keccak-hash = "0.4.0"
|
||||
|
||||
Reference in New Issue
Block a user