[relay-substrate-client] Bump jsonrpsee (#2066)

This commit is contained in:
Serban Iorga
2023-04-24 15:46:50 +03:00
committed by Bastian Köcher
parent 6acd45804d
commit 70cf01d47a
5 changed files with 11 additions and 13 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ async-std = { version = "1.6.5", features = ["attributes"] }
async-trait = "0.1"
codec = { package = "parity-scale-codec", version = "3.1.5" }
futures = "0.3.28"
jsonrpsee = { version = "0.16", features = ["macros", "ws-client"] }
jsonrpsee = { version = "0.17", features = ["macros", "ws-client"] }
log = "0.4.17"
num-traits = "0.2"
rand = "0.8"