From 6818a941712a51f267bfaafc74c0dcd539a3b5da Mon Sep 17 00:00:00 2001 From: Age Manning Date: Wed, 14 Jul 2021 16:54:44 +1000 Subject: [PATCH] Discovery update (#2458) --- beacon_node/eth2_libp2p/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/beacon_node/eth2_libp2p/Cargo.toml b/beacon_node/eth2_libp2p/Cargo.toml index 52210c009..d0fa690a2 100644 --- a/beacon_node/eth2_libp2p/Cargo.toml +++ b/beacon_node/eth2_libp2p/Cargo.toml @@ -5,7 +5,7 @@ authors = ["Sigma Prime "] edition = "2018" [dependencies] -discv5 = { version = "0.1.0-beta.6", features = ["libp2p"] } +discv5 = { version = "0.1.0-beta.7", features = ["libp2p"] } unsigned-varint = { version = "0.6.0", features = ["codec"] } types = { path = "../../consensus/types" } hashset_delay = { path = "../../common/hashset_delay" }