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

@@ -21,4 +21,4 @@ slog-json = "2.3.0"
exit-future = "0.2.0"
lazy_static = "1.4.0"
lighthouse_metrics = { path = "../../common/lighthouse_metrics" }
discv5 = { version = "0.1.0-alpha.8", features = ["libp2p", "openssl-vendored"] }
discv5 = { version = "0.1.0-alpha.10", features = ["libp2p"] }