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
+2 -2
View File
@@ -26,7 +26,7 @@ default = ["jsonrpsee", "native"]
# Exactly 1 of "web" and "native" is expected.
native = [
"jsonrpsee?/async-client",
"jsonrpsee?/client-ws-transport-native-tls",
"jsonrpsee?/client-ws-transport-tls",
"subxt-lightclient?/native",
"tokio-util",
"reconnecting-jsonrpsee-ws-client?/native",
@@ -101,7 +101,7 @@ subxt-metadata = { workspace = true, features = ["std"] }
subxt-lightclient = { workspace = true, optional = true, default-features = false }
# Reconnecting jsonrpc ws client
reconnecting-jsonrpsee-ws-client = { version = "0.4", optional = true, default-features = false }
reconnecting-jsonrpsee-ws-client = { version = "0.4.3", optional = true, default-features = false }
# For parsing urls to disallow insecure schemes
url = { workspace = true }