update libp2p to 0.55 (#6889)

Updates libp2p to `0.55`.
Will address the deprecations in a subsequent PR
This commit is contained in:
João Oliveira
2025-01-31 12:21:06 +00:00
committed by GitHub
parent b6db213548
commit ddb845d503
9 changed files with 351 additions and 159 deletions

View File

@@ -20,7 +20,7 @@ futures = { workspace = true }
gossipsub = { workspace = true }
hex = { workspace = true }
itertools = { workspace = true }
libp2p-mplex = "0.42"
libp2p-mplex = "0.43"
lighthouse_version = { workspace = true }
lru = { workspace = true }
lru_cache = { workspace = true }
@@ -50,7 +50,7 @@ unused_port = { workspace = true }
void = "1.0.2"
[dependencies.libp2p]
version = "0.54"
version = "0.55"
default-features = false
features = ["identify", "yamux", "noise", "dns", "tcp", "tokio", "plaintext", "secp256k1", "macros", "ecdsa", "metrics", "quic", "upnp"]