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
+1 -1
View File
@@ -16,7 +16,7 @@
//! Substrate node RPC errors.
use jsonrpsee_types::error::Error as RpcError;
use jsonrpsee_ws_client::Error as RpcError;
use relay_utils::MaybeConnectionError;
use sc_rpc_api::system::Health;