Update discv5 to v10 (#1592)

## Issue Addressed

Code improvements, dependency improvements and better async handling.
This commit is contained in:
Age Manning
2020-09-07 05:53:20 +00:00
parent 74fa87aa98
commit a6376b4585
3 changed files with 5 additions and 5 deletions

View File

@@ -32,7 +32,7 @@ snap = "1.0.0"
void = "1.0.2"
tokio-io-timeout = "0.4.0"
tokio-util = { version = "0.3.1", features = ["codec", "compat"] }
discv5 = { version = "0.1.0-alpha.8", features = ["libp2p", "openssl-vendored"] }
discv5 = { version = "0.1.0-alpha.10", features = ["libp2p"] }
tiny-keccak = "2.0.2"
environment = { path = "../../lighthouse/environment" }
# TODO: Remove rand crate for mainnet