@@ -3,7 +3,7 @@ members = ["crates/*"]
33resolver = " 2"
44
55[workspace .package ]
6- version = " 0.14 .0"
6+ version = " 0.15 .0"
77edition = " 2024"
88rust-version = " 1.88"
99authors = [" init4" ]
@@ -34,15 +34,15 @@ debug = false
3434incremental = false
3535
3636[workspace .dependencies ]
37- signet-blobber = { version = " 0.14 " , path = " crates/blobber" }
38- signet-block-processor = { version = " 0.14 " , path = " crates/block-processor" }
39- signet-db = { version = " 0.14 " , path = " crates/db" }
40- signet-genesis = { version = " 0.14 " , path = " crates/genesis" }
41- signet-node = { version = " 0.14 " , path = " crates/node" }
42- signet-node-config = { version = " 0.14 " , path = " crates/node-config" }
43- signet-node-tests = { version = " 0.14 " , path = " crates/node-tests" }
44- signet-node-types = { version = " 0.14 " , path = " crates/node-types" }
45- signet-rpc = { version = " 0.14 " , path = " crates/rpc" }
37+ signet-blobber = { version = " 0.15 " , path = " crates/blobber" }
38+ signet-block-processor = { version = " 0.15 " , path = " crates/block-processor" }
39+ signet-db = { version = " 0.15 " , path = " crates/db" }
40+ signet-genesis = { version = " 0.15 " , path = " crates/genesis" }
41+ signet-node = { version = " 0.15 " , path = " crates/node" }
42+ signet-node-config = { version = " 0.15 " , path = " crates/node-config" }
43+ signet-node-tests = { version = " 0.15 " , path = " crates/node-tests" }
44+ signet-node-types = { version = " 0.15 " , path = " crates/node-types" }
45+ signet-rpc = { version = " 0.15 " , path = " crates/rpc" }
4646
4747init4-bin-base = { version = " 0.13.1" , features = [" alloy" ] }
4848
@@ -74,22 +74,22 @@ alloy = { version = "1.0.35", features = [
7474alloy-contract = { version = " 1.0.35" , features = [" pubsub" ] }
7575
7676# Reth
77- reth = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.8.3 " }
78- reth-ethereum = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.8.3 " }
79- reth-chainspec = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.8.3 " }
80- reth-db = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.8.3 " }
81- reth-db-common = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.8.3 " }
82- reth-eth-wire-types = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.8.3 " }
83- reth-evm-ethereum = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.8.3 " }
84- reth-exex = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.8.3 " }
85- reth-exex-test-utils = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.8.3 " }
86- reth-network-api = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.8.3 " }
87- reth-network-peers = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.8.3 " }
88- reth-node-api = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.8.3 " }
89- reth-node-ethereum = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.8.3 " }
90- reth-prune-types = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.8.3 " }
91- reth-rpc-eth-api = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.8.3 " }
92- reth-transaction-pool = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.8.3 " }
77+ reth = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.9.0 " }
78+ reth-ethereum = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.9.0 " }
79+ reth-chainspec = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.9.0 " }
80+ reth-db = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.9.0 " }
81+ reth-db-common = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.9.0 " }
82+ reth-eth-wire-types = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.9.0 " }
83+ reth-evm-ethereum = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.9.0 " }
84+ reth-exex = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.9.0 " }
85+ reth-exex-test-utils = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.9.0 " }
86+ reth-network-api = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.9.0 " }
87+ reth-network-peers = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.9.0 " }
88+ reth-node-api = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.9.0 " }
89+ reth-node-ethereum = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.9.0 " }
90+ reth-prune-types = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.9.0 " }
91+ reth-rpc-eth-api = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.9.0 " }
92+ reth-transaction-pool = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.9.0 " }
9393
9494# Foundry periphery
9595foundry-blob-explorers = " 0.17"
0 commit comments