mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-09 11:41:51 +00:00
Update lighthouse to the latest upstream libp2p and gossipsub (#7828)
This commit is contained in:
@@ -32,7 +32,7 @@ lru = { workspace = true }
|
||||
lru_cache = { workspace = true }
|
||||
metrics = { workspace = true }
|
||||
parking_lot = { workspace = true }
|
||||
prometheus-client = "0.22.0"
|
||||
prometheus-client = "0.23.0"
|
||||
rand = { workspace = true }
|
||||
regex = { workspace = true }
|
||||
serde = { workspace = true }
|
||||
@@ -54,7 +54,7 @@ unsigned-varint = { version = "0.8", features = ["codec"] }
|
||||
unused_port = { workspace = true }
|
||||
|
||||
[dependencies.libp2p]
|
||||
version = "0.55"
|
||||
version = "0.56"
|
||||
default-features = false
|
||||
features = [
|
||||
"identify",
|
||||
|
||||
Reference in New Issue
Block a user