chore(ecies): replace reth-primitives with alloy-primitives (#8812)

This commit is contained in:
Matthias Seitz
2024-06-13 23:19:49 +02:00
committed by GitHub
parent a568535b85
commit a96884d670
8 changed files with 16 additions and 15 deletions

View File

@ -11,13 +11,14 @@ repository.workspace = true
workspace = true
[dependencies]
reth-primitives.workspace = true
reth-network-peers = { workspace = true, features = ["secp256k1"] }
alloy-rlp = { workspace = true, features = ["derive"] }
alloy-primitives = { workspace = true, features = ["rand", "rlp"] }
alloy-rlp = { workspace = true, features = ["derive", "arrayvec"] }
futures.workspace = true
thiserror.workspace = true
tokio = { workspace = true, features = ["full"] }
tokio = { workspace = true, features = ["time"] }
tokio-stream.workspace = true
tokio-util = { workspace = true, features = ["codec"] }
pin-project.workspace = true