chore: remove network dep from tree (#13921)

This commit is contained in:
Matthias Seitz
2025-01-22 21:10:53 +01:00
committed by GitHub
parent 2ab2b6ef88
commit 66fb8c8cac
3 changed files with 17 additions and 9 deletions

View File

@ -34,8 +34,6 @@ reth-trie-db.workspace = true
reth-trie-parallel.workspace = true
reth-trie-sparse.workspace = true
reth-trie.workspace = true
# TODO(mattsse): get rid of this by optimizing cache
reth-network.workspace = true
# alloy
alloy-consensus.workspace = true
@ -126,6 +124,5 @@ test-utils = [
"reth-trie-sparse/test-utils",
"reth-prune-types?/test-utils",
"reth-trie-db/test-utils",
"reth-trie-parallel/test-utils",
"reth-network/test-utils"
"reth-trie-parallel/test-utils"
]