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

@ -33,7 +33,7 @@ alloy-rlp.workspace = true
futures.workspace = true
futures-util.workspace = true
pin-project.workspace = true
tokio = { workspace = true, features = ["sync", "fs"] }
tokio = { workspace = true, features = ["sync", "fs", "io-util"] }
tokio-stream.workspace = true
tokio-util = { workspace = true, features = ["codec"] }