mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-21 13:54:44 +00:00
Crate network_utils crate
This commit is contained in:
@@ -31,6 +31,7 @@ logging = { workspace = true }
|
||||
lru = { workspace = true }
|
||||
lru_cache = { workspace = true }
|
||||
metrics = { workspace = true }
|
||||
network_utils = { workspace = true }
|
||||
parking_lot = { workspace = true }
|
||||
prometheus-client = "0.22.0"
|
||||
rand = { workspace = true }
|
||||
@@ -43,7 +44,6 @@ ssz_types = { workspace = true }
|
||||
strum = { workspace = true }
|
||||
superstruct = { workspace = true }
|
||||
task_executor = { workspace = true }
|
||||
tiny-keccak = "2"
|
||||
tokio = { workspace = true }
|
||||
tokio-io-timeout = "1"
|
||||
tokio-util = { workspace = true }
|
||||
@@ -51,7 +51,6 @@ tracing = { workspace = true }
|
||||
tracing-subscriber = { workspace = true }
|
||||
types = { workspace = true }
|
||||
unsigned-varint = { version = "0.8", features = ["codec"] }
|
||||
unused_port = { workspace = true }
|
||||
|
||||
[dependencies.libp2p]
|
||||
version = "0.55"
|
||||
|
||||
Reference in New Issue
Block a user