From 32ce13c599bb0b0b87d42ef955e22817bd0cfe18 Mon Sep 17 00:00:00 2001 From: Andrew Plaza Date: Wed, 6 Nov 2019 03:52:08 -0800 Subject: [PATCH] update deps for jsonrpc (#31) --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 57c464b0aa..c021cd5caa 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,7 @@ include = ["/Cargo.toml", "src/**/*.rs", "/README.md", "/LICENSE"] derive_more = "0.14.0" log = "0.4" futures = "0.1.28" -jsonrpc-core-client = { version = "13.0", features = ["ws"] } +jsonrpc-core-client = { version = "14.0", features = ["ws"] } num-traits = { version = "0.2", default-features = false } parity-scale-codec = { version = "1.0", default-features = false, features = ["derive", "full"] } runtime_metadata = { git = "https://github.com/paritytech/substrate/", package = "srml-metadata" }