From 30cbe7c6a9583beb8e66f463565dbcd3f24be8cb Mon Sep 17 00:00:00 2001 From: Tyera Eulberg Date: Tue, 28 Aug 2018 08:00:38 -1000 Subject: [PATCH] Update jsonrpc crate version --- Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index cb43a84f5..12fe01d84 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -75,9 +75,9 @@ env_logger = "0.5.12" generic-array = { version = "0.12.0", default-features = false, features = ["serde"] } getopts = "0.2" influx_db_client = "0.3.4" -jsonrpc-core = { git = "https://github.com/paritytech/jsonrpc", rev = "4486300" } -jsonrpc-http-server = { git = "https://github.com/paritytech/jsonrpc", rev = "4486300" } -jsonrpc-macros = { git = "https://github.com/paritytech/jsonrpc", rev = "4486300" } +jsonrpc-core = { git = "https://github.com/paritytech/jsonrpc", rev = "4b6060b" } +jsonrpc-http-server = { git = "https://github.com/paritytech/jsonrpc", rev = "4b6060b" } +jsonrpc-macros = { git = "https://github.com/paritytech/jsonrpc", rev = "4b6060b" } itertools = "0.7.8" log = "0.4.2" matches = "0.1.6"