mirror of
https://github.com/sigp/lighthouse.git
synced 2026-04-18 05:18:30 +00:00
update gossipsub to the latest upstream revision (#7284)
updates to the latest gossipsub revision which includes https://github.com/libp2p/rust-libp2p/pull/5868 cc @jimmygchen as I think you were interested in this feature
This commit is contained in:
904
Cargo.lock
generated
904
Cargo.lock
generated
File diff suppressed because it is too large
Load Diff
@@ -148,7 +148,7 @@ fnv = "1"
|
|||||||
fs2 = "0.4"
|
fs2 = "0.4"
|
||||||
futures = "0.3"
|
futures = "0.3"
|
||||||
graffiti_file = { path = "validator_client/graffiti_file" }
|
graffiti_file = { path = "validator_client/graffiti_file" }
|
||||||
gossipsub = { package = "libp2p-gossipsub", git = "https://github.com/sigp/rust-libp2p.git", rev = "7a36e4c" }
|
gossipsub = { package = "libp2p-gossipsub", git = "https://github.com/sigp/rust-libp2p.git", rev = "61b2820" }
|
||||||
hex = "0.4"
|
hex = "0.4"
|
||||||
hashlink = "0.9.0"
|
hashlink = "0.9.0"
|
||||||
hyper = "1"
|
hyper = "1"
|
||||||
|
|||||||
Reference in New Issue
Block a user