Update discovery (#2711)

## Issue Addressed

#2695 

## Proposed Changes

This updates discovery to the latest version which has patched a panic that occurred due to a race condition in the bucket logic.
This commit is contained in:
Age Manning
2021-10-14 22:09:38 +00:00
parent ef49524ff8
commit 05040e68ec
2 changed files with 14 additions and 14 deletions

View File

@@ -5,8 +5,7 @@ authors = ["Sigma Prime <contact@sigmaprime.io>"]
edition = "2018"
[dependencies]
#discv5 = { version = "0.1.0-beta.10", features = ["libp2p"] }
discv5 = { git = "https://github.com/sigp/discv5", rev="10247bbd299227fef20233f2f5a8de9780de09ac", features = ["libp2p"] }
discv5 = { version = "0.1.0-beta.11", features = ["libp2p"] }
unsigned-varint = { version = "0.6.0", features = ["codec"] }
types = { path = "../../consensus/types" }
hashset_delay = { path = "../../common/hashset_delay" }