@@ -79,7 +79,6 @@ test-utils = [
7979 " nanoid" ,
8080 " tokio/full" ,
8181 " alloy-genesis" ,
82- " rand" ,
8382 " reth-ipc" ,
8483 " reth-ethereum/test-utils" ,
8584 " reth-optimism-rpc/client" ,
@@ -112,50 +111,48 @@ jsonrpsee = "0.26.0"
112111parking_lot = " 0.12"
113112metrics = " 0.24.0"
114113priority-queue = " 2.0.0"
115-
114+ rand = " 0.9 "
116115
117116# Alloy dependencies
118- alloy-origin = { version = " 1.0.37 " , package = " alloy" , features = [
117+ alloy-origin = { version = " 1.0.41 " , package = " alloy" , features = [
119118 " k256" ,
120119 " rpc-types-mev" ,
121120] }
122- alloy-evm = " 0.21.2"
123- alloy-serde = " 1.0.37"
121+ alloy-evm = " 0.23.0"
124122
125123# Reth dependencies
126- reth-origin = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.8.2 " , package = " reth" }
127- reth-evm = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.8.2 " }
128- reth-errors = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.8.2 " }
129- reth-cli = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.8.2 " }
130- reth-rpc-api = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.8.2 " }
131- reth-basic-payload-builder = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.8.2 " }
132- reth-ethereum-payload-builder = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.8.2 " }
133- reth-ethereum = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.8.2 " , features = [
124+ reth-origin = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.9.3 " , package = " reth" }
125+ reth-evm = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.9.3 " }
126+ reth-errors = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.9.3 " }
127+ reth-cli = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.9.3 " }
128+ reth-rpc-api = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.9.3 " }
129+ reth-basic-payload-builder = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.9.3 " }
130+ reth-ethereum-payload-builder = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.9.3 " }
131+ reth-ethereum = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.9.3 " , features = [
134132 " node" ,
135133 " evm" ,
136134] }
137- reth-transaction-pool = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.8.2 " }
138- reth-payload-builder = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.8.2 " }
139- reth-node-builder = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.8.2 " }
140- reth-ipc = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.8.2 " , optional = true }
135+ reth-transaction-pool = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.9.3 " }
136+ reth-payload-builder = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.9.3 " }
137+ reth-node-builder = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.9.3 " }
138+ reth-ipc = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.9.3 " , optional = true }
141139
142140# Reth-optimism dependencies (optional)
143- op-alloy = { version = " 0.20 .0" , features = [" full" ], optional = true }
141+ op-alloy = { version = " 0.22 .0" , features = [" full" ], optional = true }
144142op-alloy-flz = " 0.13.1"
145- reth-optimism-node = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.8.2 " , optional = true }
146- reth-optimism-chainspec = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.8.2 " , optional = true }
147- reth-optimism-forks = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.8.2 " , optional = true }
148- reth-optimism-rpc = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.8.2 " , optional = true }
149- reth-payload-util = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.8.2 " , optional = true }
150- reth-optimism-cli = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.8.2 " , optional = true }
151- reth-optimism-primitives = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.8.2 " , optional = true }
143+ reth-optimism-node = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.9.3 " , optional = true }
144+ reth-optimism-chainspec = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.9.3 " , optional = true }
145+ reth-optimism-forks = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.9.3 " , optional = true }
146+ reth-optimism-rpc = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.9.3 " , optional = true }
147+ reth-payload-util = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.9.3 " , optional = true }
148+ reth-optimism-cli = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.9.3 " , optional = true }
149+ reth-optimism-primitives = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.9.3 " , optional = true }
152150
153151# test-utils
154152rblib-tests-macros = { path = " src/test_utils/macros" , optional = true }
155153jsonrpsee-core = { version = " 0.26.0" , optional = true , features = [" client" ] }
156154nanoid = { version = " 0.4" , optional = true }
157155alloy-genesis = { version = " 1.0" , default-features = false , optional = true }
158- rand = { version = " 0.9" , optional = true }
159156ctor = { version = " 0.5" , optional = true }
160157tracing-subscriber = { version = " 0.3" , features = [
161158 " env-filter" ,
0 commit comments