mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
chore(deps): rm discv4 dep from eth-wire (#9344)
This commit is contained in:
@ -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
|
||||
|
||||
Reference in New Issue
Block a user