diff --git a/beacon_node/lighthouse_network/Cargo.toml b/beacon_node/lighthouse_network/Cargo.toml index 028c800c3d2..b93ea0b6a9c 100644 --- a/beacon_node/lighthouse_network/Cargo.toml +++ b/beacon_node/lighthouse_network/Cargo.toml @@ -43,11 +43,11 @@ prometheus-client = "0.22.0" unused_port = { workspace = true } delay_map = { workspace = true } void = "1" -libp2p-mplex = { git = "https://github.com/sigp/rust-libp2p/", branch = "lighthouse-gossipsub"} +libp2p-mplex = { git = "https://github.com/sigp/rust-libp2p/", rev = "c223884355e645c0543af10fa48b4b23ca0b5014" } [dependencies.libp2p] git = "https://github.com/sigp/rust-libp2p/" -branch = "lighthouse-gossipsub" +rev = "c223884355e645c0543af10fa48b4b23ca0b5014" default-features = false features = ["identify", "yamux", "noise", "gossipsub", "dns", "tcp", "tokio", "plaintext", "secp256k1", "macros", "ecdsa", "metrics", "quic"]