@@ -123,15 +123,14 @@ alloy-origin = { version = "1.0.41", package = "alloy", features = [
123123 " rpc-types-mev" ,
124124] }
125125alloy-evm = " 0.23.0"
126- alloy-json-rpc = " 1.0.41"
127126alloy-serde = " 1.0.41"
127+ alloy-json-rpc = " 1.0.41"
128128
129129# Reth dependencies
130130reth-origin = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.9.3" , package = " reth" }
131131reth-evm = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.9.3" }
132132reth-errors = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.9.3" }
133133reth-cli = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.9.3" }
134- reth-db-api = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.9.3" }
135134reth-cli-commands = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.9.3" }
136135reth-rpc-api = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.9.3" }
137136reth-rpc-eth-types = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.9.3" }
@@ -156,6 +155,7 @@ reth-db = { git = "https://github.com/paradigmxyz/reth", tag = "v1.9.3" }
156155reth-eth-wire-types = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.9.3" }
157156reth-network = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.9.3" }
158157reth-node-types = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.9.3" }
158+ reth-db-api = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.9.3" }
159159
160160# Revm dependencies
161161revm-database = " 9.0"
@@ -191,8 +191,5 @@ tikv-jemallocator = { version = "0.6", optional = true }
191191[dev-dependencies ]
192192rblib = { path = " ." , features = [" test-utils" ] }
193193
194- # [patch.crates-io]
195- # alloy-primitives = { git = "https://github.com/alloy-rs/core", rev = "8c5713c20e3ed08cf09634ea5cb696d7021002a8" }
196-
197194[lints ]
198195workspace = true
0 commit comments