@@ -31,7 +31,9 @@ opt-level = 3
3131alloy-consensus = " 0.14.0"
3232alloy-eips = " 0.14.0"
3333alloy-network = " 0.14.0"
34- alloy-primitives = { version = " 1.0.0" , default-features = false , features = [" getrandom" ] }
34+ alloy-primitives = { version = " 1.0.0" , default-features = false , features = [
35+ " getrandom" ,
36+ ] }
3537alloy-provider = " 0.14.0"
3638alloy-rlp = " 0.3.11"
3739alloy-rpc-types = { version = " 0.14.0" , features = [" engine" ] }
@@ -71,11 +73,15 @@ kona-rpc = { git = "https://github.com/op-rs/kona", rev = "88c80aa46975d196c711d
7173mio = { features = [" net" , " os-poll" ], version = " 1.0.4" }
7274mio_httpc = { features = [" native" ], version = " 0.10.6" }
7375moka = " 0.12.10"
74- op-alloy-consensus = { version = " =0.14.1" , default-features = false , features = [" k256" ] }
76+ op-alloy-consensus = { version = " =0.14.1" , default-features = false , features = [
77+ " k256" ,
78+ ] }
7579op-alloy-network = " 0.14.1"
7680op-alloy-rpc-types = " 0.14.1"
7781op-alloy-flz = { version = " 0.13.0" , default-features = false }
78- op-alloy-rpc-types-engine = { version = " 0.14.1" , default-features = false , features = [" serde" ] }
82+ op-alloy-rpc-types-engine = { version = " 0.14.1" , default-features = false , features = [
83+ " serde" ,
84+ ] }
7985op-revm = " 3.0.2"
8086parking_lot = " 0.12.3"
8187paste = " 0.1.18"
@@ -91,7 +97,9 @@ reth-db-api = { path = "../reth/crates/storage/db-api" }
9197reth-db-common = { path = " ../reth/crates/storage/db-common" }
9298reth-evm = { path = " ../reth/crates/evm" }
9399reth-execution-errors = { path = " ../reth/crates/evm/execution-errors" }
94- reth-node-ethereum = { path = " ../reth/crates/ethereum/node" , features = [" test-utils" ] }
100+ reth-node-ethereum = { path = " ../reth/crates/ethereum/node" , features = [
101+ " test-utils" ,
102+ ] }
95103reth-node-types = { path = " ../reth/crates/node/types" }
96104reth-optimism-chainspec = { path = " ../reth/crates/optimism/chainspec" }
97105reth-optimism-cli = { path = " ../reth/crates/optimism/cli" }
@@ -103,22 +111,32 @@ reth-optimism-primitives = { path = "../reth/crates/optimism/primitives" }
103111reth-optimism-payload-builder = { path = " ../reth/crates/optimism/payload" }
104112reth-primitives = { path = " ../reth/crates/primitives" }
105113reth-primitives-traits = { path = " ../reth/crates/primitives-traits" }
106- reth-provider = { path = " ../reth/crates/storage/provider" , features = [" test-utils" ] }
114+ reth-provider = { path = " ../reth/crates/storage/provider" , features = [
115+ " test-utils" ,
116+ ] }
107117reth-revm = { path = " ../reth/crates/revm" }
108118reth-rpc-builder = { path = " ../reth/crates/rpc/rpc-builder" }
109119reth-rpc-layer = { path = " ../reth/crates/rpc/rpc-layer" }
110120reth-stages-types = { path = " ../reth/crates/stages/types" }
111121reth-storage-api = { path = " ../reth/crates/storage/storage-api" }
112122reth-storage-errors = { path = " ../reth/crates/storage/errors" }
113123reth-trie = { path = " ../reth/crates/trie/trie" }
114- reth-trie-common = { path = " ../reth/crates/trie/common" , features = [" test-utils" ] }
124+ reth-trie-common = { path = " ../reth/crates/trie/common" , features = [
125+ " test-utils" ,
126+ ] }
115127reth-trie-db = { path = " ../reth/crates/trie/db" }
116128reth-trie-parallel = { path = " ../reth/crates/trie/parallel" }
117- revm = { version = " 22.0.1" , features = [" optional_balance_check" , " secp256k1" , " std" ], default-features = false }
129+ revm = { version = " 22.0.1" , features = [
130+ " optional_balance_check" ,
131+ " secp256k1" ,
132+ " std" ,
133+ ], default-features = false }
118134revm-handler = " 3.0.0"
119135revm-inspector = " 3.0.0"
120136revm-interpreter = " 18.0.0"
121- revm-primitives = { version = " 18.0.0" , features = [" std" ], default-features = false }
137+ revm-primitives = { version = " 18.0.0" , features = [
138+ " std" ,
139+ ], default-features = false }
122140rustc-hash = " 2.0.0"
123141serde = { version = " 1.0.217" , features = [" derive" ] }
124142serde_json = " 1.0.137"
0 commit comments