Bump discv5 (#9394)

Bump `discv5` to the latest release. This removes the duplicated `hashlink` dependency and also removes `ahash`.


Co-Authored-By: Mac L <mjladson@pm.me>
This commit is contained in:
Mac L
2026-06-12 23:36:47 +04:00
committed by GitHub
parent 539a77c531
commit 90528469db
5 changed files with 41 additions and 52 deletions

View File

@@ -127,7 +127,7 @@ delay_map = "0.4"
deposit_contract = { path = "common/deposit_contract" }
directory = { path = "common/directory" }
dirs = "3"
discv5 = { version = "0.10", features = ["libp2p"] }
discv5 = { version = "0.11", features = ["libp2p"] }
doppelganger_service = { path = "validator_client/doppelganger_service" }
educe = "0.6"
eip_3076 = { path = "common/eip_3076" }