node: replace reth-primitive imports (#10791)

This commit is contained in:
Håvard Anda Estensen
2024-09-09 19:49:07 +02:00
committed by GitHub
parent e7a4c85aa9
commit 75b8499d32
11 changed files with 19 additions and 15 deletions

View File

@ -43,9 +43,9 @@ reth-node-types.workspace = true
# ethereum
alloy-genesis.workspace = true
alloy-primitives.workspace = true
alloy-rpc-types-engine.workspace = true
# misc
eyre.workspace = true
clap = { workspace = true, features = ["derive"] }
@ -63,8 +63,6 @@ dirs-next = "2.0.0"
shellexpand.workspace = true
serde_json.workspace = true
# tracing
tracing.workspace = true
@ -78,7 +76,6 @@ secp256k1 = { workspace = true, features = [
# async
futures.workspace = true
[dev-dependencies]
# test vectors generation
proptest.workspace = true