Update to latest jsonrpc (#11111)
* Update to latest jsonrpc * Fix percent_encoding not re-exported from url anymore
This commit is contained in:
@@ -12,10 +12,10 @@ futures = "0.1"
|
||||
log = "0.4"
|
||||
serde = "1.0"
|
||||
serde_json = "1.0"
|
||||
url = "1.2.0"
|
||||
url = "2.1.0"
|
||||
matches = "0.1"
|
||||
parking_lot = "0.9"
|
||||
jsonrpc-core = "12.0.0"
|
||||
jsonrpc-ws-server = "12.0.0"
|
||||
jsonrpc-core = "13.2.0"
|
||||
jsonrpc-ws-server = "13.2.0"
|
||||
parity-rpc = { path = "../../rpc" }
|
||||
keccak-hash = "0.2.0"
|
||||
|
||||
Reference in New Issue
Block a user