chore(deps): rm discv4 dep from eth-wire (#9344)

This commit is contained in:
Matthias Seitz
2024-07-06 19:51:38 +02:00
committed by GitHub
parent 98b755b98a
commit b94d8324cf
6 changed files with 22 additions and 20 deletions

View File

@ -18,7 +18,6 @@ reth-codecs.workspace = true
reth-primitives.workspace = true
reth-ecies.workspace = true
alloy-rlp = { workspace = true, features = ["derive"] }
reth-discv4.workspace = true
reth-eth-wire-types.workspace = true
reth-network-peers.workspace = true
@ -29,7 +28,7 @@ bytes.workspace = true
derive_more.workspace = true
thiserror.workspace = true
serde = { workspace = true, optional = true }
tokio = { workspace = true, features = ["net", "sync", "time"] }
tokio = { workspace = true, features = ["macros", "net", "sync", "time"] }
tokio-util = { workspace = true, features = ["io", "codec"] }
futures.workspace = true
tokio-stream.workspace = true