From bb7ecc7cd9e0d13fed6ee2cbd335338bffce9cfb Mon Sep 17 00:00:00 2001 From: Greg Fitzgerald Date: Wed, 26 Sep 2018 08:51:55 -0600 Subject: [PATCH] Migrate to solana-labs fork of jsonrpc This changes aims to be a no-op. Future changes to rev should be along the new solana-0.1 branch. --- Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 63df8d982..c6b5a3f96 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -84,9 +84,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 = "4b6060b" } -jsonrpc-http-server = { git = "https://github.com/paritytech/jsonrpc", rev = "4b6060b" } -jsonrpc-macros = { git = "https://github.com/paritytech/jsonrpc", rev = "4b6060b" } +jsonrpc-core = { git = "https://github.com/solana-labs/jsonrpc", rev = "4b6060b" } +jsonrpc-http-server = { git = "https://github.com/solana-labs/jsonrpc", rev = "4b6060b" } +jsonrpc-macros = { git = "https://github.com/solana-labs/jsonrpc", rev = "4b6060b" } ipnetwork = "0.12.7" itertools = "0.7.8" libc = "0.2.43"