Discovery update (#2458)

This commit is contained in:
Age Manning 2021-07-14 16:54:44 +10:00
parent 381befbf82
commit 6818a94171
No known key found for this signature in database
GPG Key ID: 05EED64B79E06A93

View File

@ -5,7 +5,7 @@ authors = ["Sigma Prime <contact@sigmaprime.io>"]
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" }