storage: replace reth-primitive imports (#10981)

Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
This commit is contained in:
Håvard Anda Estensen
2024-09-18 18:14:53 +02:00
committed by GitHub
parent a92017bddb
commit 80c1159cb8
49 changed files with 141 additions and 107 deletions

View File

@ -22,6 +22,9 @@ reth-stages-types.workspace = true
reth-storage-errors.workspace = true
reth-trie-common.workspace = true
# ethereum
alloy-primitives.workspace = true
# codecs
modular-bitfield.workspace = true
parity-scale-codec = { version = "3.2.1", features = ["bytes"] }