storage: clean up reth-primitives import (#10761)

This commit is contained in:
nk_ysg
2024-09-07 17:12:16 +08:00
committed by GitHub
parent 5194bcfbcc
commit 10f3320782
18 changed files with 38 additions and 25 deletions

View File

@ -11,10 +11,14 @@ repository.workspace = true
workspace = true
[dependencies]
alloy-rlp.workspace = true
# reth
reth-primitives.workspace = true
reth-fs-util.workspace = true
# alloy
alloy-primitives.workspace = true
alloy-rlp.workspace = true
# misc
derive_more.workspace = true