chore(deps): bump jsonrpsee from 0.22.5 to 0.23.1 (#1656)

* chore(deps): bump jsonrpsee from 0.22.5 to 0.23.1

* bump reconnecting-rpc-client dep
This commit is contained in:
Niklas Adolfsson
2024-06-25 18:05:45 +02:00
committed by GitHub
parent b48f68001b
commit 4fcabe211d
6 changed files with 212 additions and 129 deletions
+1 -1
View File
@@ -40,7 +40,7 @@ scale-info = { workspace = true }
scale-value = { workspace = true }
syn = { workspace = true }
quote = { workspace = true }
jsonrpsee = { workspace = true, features = ["async-client", "client-ws-transport-native-tls", "http-client"] }
jsonrpsee = { workspace = true, features = ["async-client", "client-ws-transport-tls", "http-client"] }
tokio = { workspace = true, features = ["rt-multi-thread"] }
scale-typegen-description = { workspace = true }
heck = { workspace = true }