Bump discv5 to v0.1.0-beta.8 (#2471)

## Proposed Changes

Update discv5 to fix bugs seen on `altair-devnet-1`
This commit is contained in:
Michael Sproul 2021-07-21 07:10:52 +00:00
parent 17b6d7ce86
commit 63923eaa29
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -1534,9 +1534,9 @@ checksum = "212d0f5754cb6769937f4501cc0e67f4f4483c8d2c3e1e922ee9edbe4ab4c7c0"
[[package]]
name = "discv5"
version = "0.1.0-beta.7"
version = "0.1.0-beta.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7ea68ad7b3b04274980a33fd1579517540b9d341dfe634b17b6b49fa972cfb86"
checksum = "c594d301eb954fc101dec75f59a5291761e4ffe6169b249523b1086b9779b91f"
dependencies = [
"aes",
"aes-gcm",

View File

@ -5,7 +5,7 @@ authors = ["Sigma Prime <contact@sigmaprime.io>"]
edition = "2018"
[dependencies]
discv5 = { version = "0.1.0-beta.7", features = ["libp2p"] }
discv5 = { version = "0.1.0-beta.8", features = ["libp2p"] }
unsigned-varint = { version = "0.6.0", features = ["codec"] }
types = { path = "../../consensus/types" }
hashset_delay = { path = "../../common/hashset_delay" }