Update jsonrpc to 15.0.0, bump to 2.5.14

This commit is contained in:
Adria Massanet
2020-09-21 15:30:36 +00:00
parent 253ff3f37b
commit 996fb8a11a
11 changed files with 2831 additions and 2527 deletions

View File

@@ -10,9 +10,9 @@ docopt = "1.0"
env_logger = "0.5"
ethcore-network = { path = "../../util/network" }
ethcore-network-devp2p = { path = "../../util/network-devp2p" }
jsonrpc-core = "14.0.0"
jsonrpc-http-server = "14.0.0"
jsonrpc-pubsub = "14.0.0"
jsonrpc-core = "15.0.0"
jsonrpc-http-server = "15.0.0"
jsonrpc-pubsub = "15.0.0"
log = "0.4"
panic_hook = { path = "../../util/panic-hook" }
parity-whisper = { path = "../" }