@@ -19,23 +19,27 @@ url.workspace = true
1919sha2.workspace = true
2020
2121reth-optimism-payload-builder.workspace = true
22+ reth-rpc-eth-types.workspace = true
2223op-alloy-rpc-types-engine.workspace = true
2324alloy-rpc-types-engine.workspace = true
2425alloy-rpc-types-eth.workspace = true
26+ alloy-json-rpc.workspace = true
2527alloy-primitives.workspace = true
2628alloy-serde.workspace = true
29+ alloy-rpc-client = { workspace = true , features = [" hyper" ]}
30+ alloy-transport = {workspace = true }
31+ alloy-transport-http = {workspace = true , features = [" hyper" , " hyper-tls" ]}
2732
2833tokio-tungstenite.workspace = true
2934metrics-derive.workspace = true
3035testcontainers.workspace = true
3136
32- # TODO: update to latest release when it is published
33- # jsonrpsee = { version = "0.25.1", features = ["server", "http-client", "macros"] }
34- jsonrpsee = { git = " https://github.com/paritytech/jsonrpsee" , rev = " f04afa740e55db60dce20d9839758792f035ffff" , features = [
35- " server" ,
36- " http-client" ,
37- " macros" ,
38- ] }
37+ # rpc
38+ jsonrpsee = { version = " 0.26.0" , features = [" server" , " http-client" , " macros" ] }
39+ jsonrpsee-core = " 0.26.0"
40+ jsonrpsee-server = " 0.26.0"
41+ jsonrpsee-http-client = " 0.26.0"
42+ jsonrpsee-types = " 0.26.0"
3943moka = { version = " 0.12.10" , features = [" future" ] }
4044http = " 1.1.0"
4145dotenvy = " 0.15.7"
0 commit comments