Update discv5 to alpha.9 (#1517)

## Discovery v5 update

In this update we remove the openssl dependency in favour of rust-crypto. 

The update also removes a series of unnecessary async functions which may improve some of the issues we have been experiencing.
This commit is contained in:
Age Manning
2020-08-15 04:02:14 +00:00
parent 6aeb896480
commit c75c06cf16
2 changed files with 2 additions and 2 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.9", features = ["libp2p"] }
tiny-keccak = "2.0.2"
environment = { path = "../../lighthouse/environment" }
# TODO: Remove rand crate for mainnet