Update to latest jsonrpc (#11111)
* Update to latest jsonrpc * Fix percent_encoding not re-exported from url anymore
This commit is contained in:
@@ -12,8 +12,8 @@ common-types = { path = "../ethcore/types" }
|
||||
ethcore = { path = "../ethcore" }
|
||||
bytes = { package = "parity-bytes", version = "0.1"}
|
||||
ethereum-types = "0.6.0"
|
||||
jsonrpc-core = "12.0.0"
|
||||
http = { package = "jsonrpc-http-server", version = "12.0.0"}
|
||||
jsonrpc-core = "13.2.0"
|
||||
http = { package = "jsonrpc-http-server", version = "13.2.0"}
|
||||
rlp = "0.4.0"
|
||||
cid = "0.3"
|
||||
multihash = "0.8"
|
||||
|
||||
Reference in New Issue
Block a user