primitives: use alloy EMPTY_ constants (#11852)

This commit is contained in:
Thomas Coratger
2024-10-18 10:53:21 +02:00
committed by GitHub
parent 0c70f6bd35
commit 5859f93c56
6 changed files with 12 additions and 16 deletions

View File

@ -26,6 +26,7 @@ reth-tasks.workspace = true
alloy-rlp.workspace = true
alloy-primitives.workspace = true
revm.workspace = true
alloy-consensus.workspace = true
# async
tokio = { workspace = true, features = ["sync", "time"] }