chore: Bump discv5 and remove generic DefaultProtocolId in metrics (#8056)

Bump discv5 version


Co-Authored-By: Josh King <josh@sigmaprime.io>
This commit is contained in:
jking-aus
2025-09-17 04:27:37 +10:00
committed by GitHub
parent 3de646c8b3
commit 191570e4a1
3 changed files with 6 additions and 7 deletions

View File

@@ -134,7 +134,7 @@ deposit_contract = { path = "common/deposit_contract" }
derivative = "2"
directory = { path = "common/directory" }
dirs = "3"
discv5 = { version = "0.9", features = ["libp2p"] }
discv5 = { version = "0.10", features = ["libp2p"] }
doppelganger_service = { path = "validator_client/doppelganger_service" }
either = "1.9"
environment = { path = "lighthouse/environment" }