mirror of
https://github.com/sigp/lighthouse.git
synced 2026-04-17 21:08:32 +00:00
update libp2p to version 0.54 (#6249)
* update libp2p to version 0.54.0 * address review * Merge branch 'unstable' of github.com:sigp/lighthouse into update-libp2p * Merge branch 'update-libp2p' of github.com:sigp/lighthouse into update-libp2p
This commit is contained in:
@@ -47,10 +47,10 @@ itertools = { workspace = true }
|
||||
|
||||
# Local dependencies
|
||||
void = "1.0.2"
|
||||
libp2p-mplex = "0.41"
|
||||
libp2p-mplex = "0.42"
|
||||
|
||||
[dependencies.libp2p]
|
||||
version = "0.53"
|
||||
version = "0.54"
|
||||
default-features = false
|
||||
features = ["identify", "yamux", "noise", "dns", "tcp", "tokio", "plaintext", "secp256k1", "macros", "ecdsa", "metrics", "quic", "upnp"]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user