Update jsonrpsee to 0.2.0-alpha.5 (#914)

* update jsonrpsee to 0.2.0-alpha.5

* cargo fmt
This commit is contained in:
Niklas Adolfsson
2021-04-20 21:03:01 +02:00
committed by Bastian Köcher
parent 5e26ba4999
commit f857771ce8
6 changed files with 10 additions and 12 deletions
+2 -3
View File
@@ -10,9 +10,8 @@ bp-eth-poa = { path = "../../primitives/ethereum-poa" }
codec = { package = "parity-scale-codec", version = "2.0.0" }
headers-relay = { path = "../headers" }
hex-literal = "0.3"
jsonrpsee-proc-macros = { git = "https://github.com/paritytech/jsonrpsee", rev = "de7b58a881512cd5ab8bbf16a56241ca808c7765" }
jsonrpsee-types = { git = "https://github.com/paritytech/jsonrpsee", rev = "de7b58a881512cd5ab8bbf16a56241ca808c7765" }
jsonrpsee-ws-client = { git = "https://github.com/paritytech/jsonrpsee", rev = "de7b58a881512cd5ab8bbf16a56241ca808c7765" }
jsonrpsee-proc-macros = "=0.2.0-alpha.5"
jsonrpsee-ws-client = "=0.2.0-alpha.5"
libsecp256k1 = { version = "0.3.4", default-features = false, features = ["hmac"] }
log = "0.4.11"
relay-utils = { path = "../utils" }
+1 -1
View File
@@ -18,7 +18,7 @@
use crate::types::U256;
use jsonrpsee_types::error::Error as RpcError;
use jsonrpsee_ws_client::Error as RpcError;
use relay_utils::MaybeConnectionError;
/// Result type used by Ethereum client.