update gossipsub to the latest upstream revision (#7130)

I feel it's preferable to do this explicitly by updating the revision on `Cargo.toml` rather than implicitly by letting `Cargo.lock` control the revision of the branch.
This commit is contained in:
João Oliveira
2025-03-17 00:22:19 +00:00
committed by GitHub
parent 574b204bdb
commit c095a0a58f
5 changed files with 8 additions and 7 deletions

View File

@@ -9,7 +9,7 @@ bls = { workspace = true }
eth2 = { workspace = true }
eth2_network_config = { workspace = true }
genesis = { workspace = true }
gossipsub = { package = "libp2p-gossipsub", git = "https://github.com/sigp/rust-libp2p.git", branch = "sigp-gossipsub" }
gossipsub = { workspace = true }
k256 = "0.13.4"
kzg = { workspace = true }
matches = "0.1.8"