bump jsonrpsee to v0.10.1 (#504)

Signed-off-by: Gregory Hill <gregorydhill@outlook.com>
This commit is contained in:
Greg Hill
2022-04-07 12:19:53 +01:00
committed by GitHub
parent dffeee431e
commit 9330ba067d
+1 -1
View File
@@ -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"