serde = "1"
serde_json = "1"
tokio = { version = "1", features = ["rt", "macros", "net", "rt-multi-thread"] }
-jsonrpsee = { version = "0.19.0", features = [
+jsonrpsee = { version = "0.25", features = [
"macros",
"async-client",
"http-client",
bytes = "1"
tokio-util = "0.7"
futures-util = "0.3"
-thiserror = "1"
+thiserror = "2"