11[workspace .package ]
2- version = " 0.1.15 "
3- edition = " 2021 "
4- rust-version = " 1.85 "
2+ version = " 0.1.16 "
3+ edition = " 2024 "
4+ rust-version = " 1.88 "
55license = " MIT"
66homepage = " https://github.com/base/node-reth"
77repository = " https://github.com/base/node-reth"
@@ -48,34 +48,34 @@ base-reth-transaction-tracing = { path = "crates/transaction-tracing" }
4848tips-core = { git = " https://github.com/base/tips" , rev = " 27674ae051a86033ece61ae24434aeacdb28ce73" , default-features = false }
4949
5050# reth
51- reth = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.8.2 " }
52- reth-optimism-node = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.8.2 " }
53- reth-optimism-cli = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.8.2 " }
54- reth-primitives = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.8.2 " }
55- reth-rpc-eth-api = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.8.2 " }
56- reth-optimism-primitives = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.8.2 " }
57- reth-rpc-convert = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.8.2 " }
58- reth-optimism-rpc = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.8.2 " }
59- reth-optimism-evm = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.8.2 " }
60- reth-optimism-chainspec = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.8.2 " }
61- reth-provider = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.8.2 " }
62- reth-tracing = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.8.2 " }
63- reth-e2e-test-utils = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.8.2 " }
64- reth-transaction-pool = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.8.2 " }
65- reth-primitives-traits = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.8.2 " }
66- reth-evm = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.8.2 " }
67- reth-cli-util = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.8.2 " }
68- reth-exex = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.8.2 " }
69- reth-db = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.8.2 " }
70- reth-testing-utils = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.8.2 " }
71- reth-db-common = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.8.2 " }
51+ reth = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.9.0 " }
52+ reth-optimism-node = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.9.0 " }
53+ reth-optimism-cli = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.9.0 " }
54+ reth-primitives = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.9.0 " }
55+ reth-rpc-eth-api = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.9.0 " }
56+ reth-optimism-primitives = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.9.0 " }
57+ reth-rpc-convert = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.9.0 " }
58+ reth-optimism-rpc = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.9.0 " }
59+ reth-optimism-evm = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.9.0 " }
60+ reth-optimism-chainspec = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.9.0 " }
61+ reth-provider = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.9.0 " }
62+ reth-tracing = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.9.0 " }
63+ reth-e2e-test-utils = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.9.0 " }
64+ reth-transaction-pool = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.9.0 " }
65+ reth-primitives-traits = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.9.0 " }
66+ reth-evm = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.9.0 " }
67+ reth-cli-util = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.9.0 " }
68+ reth-exex = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.9.0 " }
69+ reth-db = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.9.0 " }
70+ reth-testing-utils = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.9.0 " }
71+ reth-db-common = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.9.0 " }
7272
7373# revm
74- revm = { version = " 29 .0.0" , default-features = false }
75- revm-bytecode = { version = " 6.2.2 " , default-features = false }
74+ revm = { version = " 31 .0.0" , default-features = false }
75+ revm-bytecode = { version = " 7.1.0 " , default-features = false }
7676
7777# alloy
78- alloy-primitives = { version = " 1.3 .1" , default-features = false , features = [
78+ alloy-primitives = { version = " 1.4 .1" , default-features = false , features = [
7979 " map-foldhash" ,
8080] }
8181alloy-genesis = { version = " 1.0.41" , default-features = false }
@@ -86,16 +86,16 @@ alloy-rpc-types-eth = { version = "1.0.41" }
8686alloy-consensus = { version = " 1.0.41" }
8787alloy-trie = { version = " 0.9.1" , default-features = false }
8888alloy-provider = { version = " 1.0.41" }
89- alloy-hardforks = " 0.3.5 "
89+ alloy-hardforks = " 0.4.4 "
9090alloy-rpc-client = { version = " 1.0.41" }
9191alloy-serde = { version = " 1.0.41" }
9292
9393# op-alloy
94- op-alloy-rpc-types = { version = " 0.20 .0" , default-features = false }
95- op-alloy-rpc-types-engine = { version = " 0.20 .0" , default-features = false }
96- op-alloy-rpc-jsonrpsee = { version = " 0.20 .0" , default-features = false }
97- op-alloy-network = { version = " 0.20 .0" , default-features = false }
98- op-alloy-consensus = { version = " 0.20 .0" , default-features = false }
94+ op-alloy-rpc-types = { version = " 0.22 .0" , default-features = false }
95+ op-alloy-rpc-types-engine = { version = " 0.22 .0" , default-features = false }
96+ op-alloy-rpc-jsonrpsee = { version = " 0.22 .0" , default-features = false }
97+ op-alloy-network = { version = " 0.22 .0" , default-features = false }
98+ op-alloy-consensus = { version = " 0.22 .0" , default-features = false }
9999
100100# rollup-boost
101101rollup-boost = { git = " http://github.com/flashbots/rollup-boost" , tag = " rollup-boost/v0.7.5" }
0 commit comments