@@ -49,41 +49,38 @@ signet-zenith = { version = "0.5.0", path = "crates/zenith" }
4949ajj = { version = " 0.3.4" }
5050
5151# trevm
52- trevm = { version = " 0.23.7 " , features = [" full_env_cfg" ] }
52+ trevm = { version = " 0.27.0 " , features = [" full_env_cfg" ] }
5353
5454# Alloy periphery crates
55- alloy = { version = " = 1.0.11 " , features = [
55+ alloy = { version = " 1.0.19 " , features = [
5656 " full" ,
5757 " rpc-types-mev" ,
5858 " genesis" ,
5959 " arbitrary" ,
6060] }
61- alloy-contract = { version = " =1.0.11" , features = [" pubsub" ] }
62- alloy-trie = { version = " =0.8.1" }
63- alloy-genesis = { version = " =1.0.11" }
64- alloy-consensus = { version = " =1.0.11" }
61+ alloy-contract = { version = " 1.0.19" , features = [" pubsub" ] }
6562
6663# Reth
67- reth = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.4.3 " }
68- reth-ethereum = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.4.3 " }
69- reth-chainspec = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.4.3 " }
70- reth-db = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.4.3 " }
71- reth-db-common = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.4.3 " }
72- reth-eth-wire-types = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.4.3 " }
73- reth-evm-ethereum = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.4.3 " }
74- reth-exex = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.4.3 " }
75- reth-exex-test-utils = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.4.3 " }
76- reth-network-api = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.4.3 " }
77- reth-network-peers = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.4.3 " }
78- reth-node-api = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.4.3 " }
79- reth-node-ethereum = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.4.3 " }
80- reth-prune-types = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.4.3 " }
81- reth-rpc-eth-api = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.4.3 " }
82- reth-transaction-pool = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.4.3 " }
83- reth-trie-db = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.4.3 " }
64+ reth = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.5.1 " }
65+ reth-ethereum = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.5.1 " }
66+ reth-chainspec = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.5.1 " }
67+ reth-db = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.5.1 " }
68+ reth-db-common = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.5.1 " }
69+ reth-eth-wire-types = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.5.1 " }
70+ reth-evm-ethereum = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.5.1 " }
71+ reth-exex = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.5.1 " }
72+ reth-exex-test-utils = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.5.1 " }
73+ reth-network-api = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.5.1 " }
74+ reth-network-peers = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.5.1 " }
75+ reth-node-api = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.5.1 " }
76+ reth-node-ethereum = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.5.1 " }
77+ reth-prune-types = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.5.1 " }
78+ reth-rpc-eth-api = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.5.1 " }
79+ reth-transaction-pool = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.5.1 " }
80+ reth-trie-db = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.5.1 " }
8481
8582# Foundry periphery
86- foundry-blob-explorers = " 0.10 "
83+ foundry-blob-explorers = " 0.17 "
8784
8885# Async
8986tokio = { version = " 1.43.0" , features = [" macros" ] }
0 commit comments