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

@@ -144,6 +144,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" }
hex = "0.4"
hashlink = "0.9.0"
hyper = "1"