mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-12 13:31:10 +00:00
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:
+2
-2
@@ -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 }
|
||||
|
||||
Reference in New Issue
Block a user