Update RPC deps. (#4012)

* Bump rpc deps

* Update core/test-runtime/src/genesismap.rs

Co-Authored-By: Bastian Köcher <bkchr@users.noreply.github.com>
This commit is contained in:
Kian Paimani
2019-11-04 12:53:58 +01:00
committed by GitHub
parent 8b6b3d3730
commit 093f1c46e5
11 changed files with 74 additions and 75 deletions
+1 -1
View File
@@ -24,7 +24,7 @@ crate-type = ["cdylib", "rlib"]
[dependencies]
log = "0.4.8"
futures = "0.1.29"
jsonrpc-core = "13.2.0"
jsonrpc-core = "14.0.3"
codec = { package = "parity-scale-codec", version = "1.0.0" }
sr-io = { path = "../../core/sr-io" }
client = { package = "substrate-client", path = "../../core/client" }