Update to latest jsonrpc (#11111)

* Update to latest jsonrpc

* Fix percent_encoding not re-exported from url anymore
This commit is contained in:
David
2019-10-02 10:25:51 +02:00
committed by GitHub
parent 1b1b44bb20
commit fcd042a487
12 changed files with 157 additions and 125 deletions

View File

@@ -28,12 +28,12 @@ tokio-timer = "0.1"
transient-hashmap = "0.4"
itertools = "0.5"
jsonrpc-core = "12.0.0"
jsonrpc-derive = "12.0.0"
jsonrpc-http-server = "12.0.0"
jsonrpc-ws-server = "12.0.0"
jsonrpc-ipc-server = "12.0.0"
jsonrpc-pubsub = "12.0.0"
jsonrpc-core = "13.2.0"
jsonrpc-derive = "13.2.0"
jsonrpc-http-server = "13.2.0"
jsonrpc-ws-server = "13.2.0"
jsonrpc-ipc-server = "13.2.0"
jsonrpc-pubsub = "13.2.0"
client-traits = { path = "../ethcore/client-traits" }
common-types = { path = "../ethcore/types" }