From 9330ba067d1edf90c04493b4e5b88e54124758fc Mon Sep 17 00:00:00 2001 From: Greg Hill Date: Thu, 7 Apr 2022 12:19:53 +0100 Subject: [PATCH] bump jsonrpsee to v0.10.1 (#504) Signed-off-by: Gregory Hill --- subxt/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/subxt/Cargo.toml b/subxt/Cargo.toml index 9ca6342886..607ee33468 100644 --- a/subxt/Cargo.toml +++ b/subxt/Cargo.toml @@ -20,7 +20,7 @@ chameleon = "0.1.0" scale-info = { version = "2.0.0", features = ["bit-vec"] } futures = "0.3.13" hex = "0.4.3" -jsonrpsee = { version = "0.9.0", features = ["async-client", "client-ws-transport"] } +jsonrpsee = { version = "0.10.1", features = ["async-client", "client-ws-transport"] } log = "0.4.14" serde = { version = "1.0.124", features = ["derive"] } serde_json = "1.0.64"