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:
João Oliveira
2025-05-09 12:23:21 +01:00
committed by GitHub
parent e0c1f27e13
commit 92391cdac6
2 changed files with 427 additions and 479 deletions

904
Cargo.lock generated

File diff suppressed because it is too large Load Diff

View File

@@ -148,7 +148,7 @@ fnv = "1"
fs2 = "0.4"
futures = "0.3"
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"
hashlink = "0.9.0"
hyper = "1"