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
@@ -14,7 +14,7 @@ serde = { workspace = true }
tokio = { workspace = true, features = ["rt-multi-thread"] }
tokio-util = { workspace = true, features = ["compat"] }
which = { workspace = true }
jsonrpsee = { workspace = true, features = ["async-client", "client-ws-transport-native-tls"] }
jsonrpsee = { workspace = true, features = ["async-client", "client-ws-transport-tls"] }
hex = { workspace = true }
codec = { workspace = true }