chore: rm beacon consensus dep from engine-tree (#13720)

This commit is contained in:
Matthias Seitz
2025-01-08 11:46:03 +01:00
committed by GitHub
parent 91fef2904a
commit d9ab9ca4d4
7 changed files with 143 additions and 10 deletions

2
Cargo.lock generated
View File

@ -7291,7 +7291,6 @@ dependencies = [
"proptest",
"rand 0.8.5",
"rayon",
"reth-beacon-consensus",
"reth-blockchain-tree-api",
"reth-chain-state",
"reth-chainspec",
@ -7327,6 +7326,7 @@ dependencies = [
"reth-trie-parallel",
"reth-trie-sparse",
"revm-primitives",
"schnellru",
"thiserror 2.0.9",
"tokio",
"tracing",