@@ -59,72 +59,72 @@ sp1-prover = "5.0.0"
5959sp1-sdk = " 5.0.0"
6060
6161# reth
62- reth-primitives-traits = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.3.10 " , default-features = false }
63- reth-consensus = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.3.10 " , default-features = false }
64- reth-evm = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.3.10 " , default-features = false }
65- reth-evm-ethereum = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.3.10 " , default-features = false }
66- reth-optimism-evm = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.3.10 " , default-features = false }
67- reth-optimism-primitives = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.3.10 " , default-features = false }
68- reth-storage-errors = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.3.10 " , default-features = false }
69- reth-trie = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.3.10 " , default-features = false }
70- reth-chainspec = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.3.10 " , default-features = false }
71- reth-optimism-chainspec = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.3.10 " , default-features = false }
72- reth-execution-types = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.3.10 " , default-features = false }
73- reth-errors = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.3.10 " , default-features = false }
74- reth-ethereum-consensus = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.3.10 " , default-features = false }
75- reth-ethereum-primitives = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.3.10 " , default-features = false , features = [" serde" ] }
76- reth-optimism-consensus = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.3.10 " , default-features = false }
77- reth-optimism-forks = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.3.10 " , default-features = false }
62+ reth-primitives-traits = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.4.8 " , default-features = false }
63+ reth-consensus = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.4.8 " , default-features = false }
64+ reth-evm = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.4.8 " , default-features = false }
65+ reth-evm-ethereum = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.4.8 " , default-features = false }
66+ reth-optimism-evm = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.4.8 " , default-features = false }
67+ reth-optimism-primitives = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.4.8 " , default-features = false }
68+ reth-storage-errors = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.4.8 " , default-features = false }
69+ reth-trie = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.4.8 " , default-features = false }
70+ reth-chainspec = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.4.8 " , default-features = false }
71+ reth-optimism-chainspec = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.4.8 " , default-features = false }
72+ reth-execution-types = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.4.8 " , default-features = false }
73+ reth-errors = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.4.8 " , default-features = false }
74+ reth-ethereum-consensus = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.4.8 " , default-features = false }
75+ reth-ethereum-primitives = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.4.8 " , default-features = false , features = [" serde" ] }
76+ reth-optimism-consensus = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.4.8 " , default-features = false }
77+ reth-optimism-forks = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.4.8 " , default-features = false }
7878
7979# revm
80- revm = { version = " 22 .0.1" , features = [
80+ revm = { version = " 24 .0.1" , features = [
8181 " serde" ,
8282 " kzg-rs" ,
8383 " bn"
8484], default-features = false }
85- revm-bytecode = { version = " 3 .0.0" , default-features = false }
86- revm-state = { version = " 3 .0.0" , default-features = false }
87- revm-primitives = { version = " 18 .0.0" , features = [
85+ revm-bytecode = { version = " 4 .0.0" , default-features = false }
86+ revm-state = { version = " 4 .0.0" , default-features = false }
87+ revm-primitives = { version = " 19 .0.0" , features = [
8888 " serde" ,
8989], default-features = false }
90- revm-interpreter = { version = " 18 .0.0" , default-features = false }
91- revm-precompile = { version = " 19 .0.0" , default-features = false }
92- revm-database-interface = { version = " 3 .0.0" , default-features = false }
93- op-revm = { version = " 3 .0.2 " , default-features = false }
90+ revm-interpreter = { version = " 20 .0.0" , default-features = false }
91+ revm-precompile = { version = " 21 .0.0" , default-features = false }
92+ revm-database-interface = { version = " 4 .0.0" , default-features = false }
93+ op-revm = { version = " 5 .0.0 " , default-features = false }
9494
95- revm-inspectors = " 0.19 .0"
95+ revm-inspectors = " 0.23 .0"
9696
9797# alloy
9898alloy-chains = { version = " 0.2.0" , default-features = false }
99- alloy-evm = { version = " 0.4.0 " , default-features = false }
100- alloy-primitives = { version = " 1.0 .0" , default-features = false , features = [" sha3-keccak" , " map-foldhash" ] }
101- alloy-provider = { version = " 0.14.0 " , default-features = false , features = [
99+ alloy-evm = { version = " 0.10 " , default-features = false }
100+ alloy-primitives = { version = " 1.1 .0" , default-features = false , features = [" sha3-keccak" , " map-foldhash" ] }
101+ alloy-provider = { version = " 1.0.9 " , default-features = false , features = [
102102 " reqwest" ,
103103 " reqwest-rustls-tls" ,
104104] }
105- alloy-rpc-types = { version = " 0.14.0 " , default-features = false , features = [
105+ alloy-rpc-types = { version = " 1.0.9 " , default-features = false , features = [
106106 " eth" ,
107107] }
108108
109- alloy-json-rpc = { version = " 0.14.0 " , default-features = false }
110- alloy-genesis = { version = " 0.14.0 " , default-features = false }
111- alloy-consensus = { version = " 0.14.0 " , default-features = false , features = [" serde" , " serde-bincode-compat" ] }
112- alloy-network = { version = " 0.14.0 " , default-features = false }
113- alloy-transport = { version = " 0.14.0 " , default-features = false }
114- alloy-transport-http = { version = " 0.14.0 " , features = [
109+ alloy-json-rpc = { version = " 1.0.9 " , default-features = false }
110+ alloy-genesis = { version = " 1.0.9 " , default-features = false }
111+ alloy-consensus = { version = " 1.0.9 " , default-features = false , features = [" serde" , " serde-bincode-compat" ] }
112+ alloy-network = { version = " 1.0.9 " , default-features = false }
113+ alloy-transport = { version = " 1.0.9 " , default-features = false }
114+ alloy-transport-http = { version = " 1.0.9 " , features = [
115115 " reqwest-rustls-tls" ,
116116], default-features = false }
117- alloy-transport-ws = { version = " 0.14.0 " }
118- alloy-rpc-client = { version = " 0.14.0 " , default-features = false }
119- alloy-eips = { version = " 0.14.0 " , default-features = false }
117+ alloy-transport-ws = { version = " 1.0.9 " }
118+ alloy-rpc-client = { version = " 1.0.9 " , default-features = false }
119+ alloy-eips = { version = " 1.0.9 " , default-features = false }
120120alloy-rlp = " 0.3.10"
121121alloy-trie = " 0.8.1"
122122
123123# op
124- alloy-op-evm = { version = " 0.4 .0" , default-features = false }
125- op-alloy-consensus = " 0.13.0 "
126- op-alloy-network = " 0.13.0 "
127- op-alloy-rpc-types = " 0.13.0 "
124+ alloy-op-evm = { version = " 0.10 .0" , default-features = false }
125+ op-alloy-consensus = " 0.17.2 "
126+ op-alloy-network = " 0.17.2 "
127+ op-alloy-rpc-types = " 0.17.2 "
128128
129129
130130[workspace .lints ]
0 commit comments