chore(deps): use error imports directly (#8388)

This commit is contained in:
Matthias Seitz
2024-05-25 12:01:29 +02:00
committed by GitHub
parent 46fd454d80
commit 0056f2f097
37 changed files with 52 additions and 48 deletions

View File

@ -13,8 +13,10 @@ workspace = true
[dependencies]
# reth
reth-execution-errors.workspace = true
reth-primitives.workspace = true
reth-fs-util.workspace = true
reth-storage-errors.workspace = true
reth-interfaces.workspace = true
reth-db.workspace = true
reth-trie = { workspace = true, features = ["metrics"] }