Update external deps (#1711)

## Issue Addressed

- Resolves #1706 

## Proposed Changes

Updates dependencies across the workspace. Any crate that was not able to be brought to the latest version is listed in #1712.

## Additional Info

NA
This commit is contained in:
Paul Hauner
2020-10-05 08:22:19 +00:00
parent 240181e840
commit ee7c8a0b7e
57 changed files with 385 additions and 342 deletions

View File

@@ -6,7 +6,7 @@ edition = "2018"
[dependencies]
warp = "0.2.5"
serde = { version = "1.0.110", features = ["derive"] }
serde = { version = "1.0.116", features = ["derive"] }
tokio = { version = "0.2.22", features = ["macros"] }
parking_lot = "0.11.0"
types = { path = "../../consensus/types" }
@@ -28,5 +28,5 @@ slot_clock = { path = "../../common/slot_clock" }
[dev-dependencies]
store = { path = "../store" }
environment = { path = "../../lighthouse/environment" }
tree_hash = { path = "../../consensus/tree_hash" }
discv5 = { version = "0.1.0-alpha.10", features = ["libp2p"] }
tree_hash = "0.1.1"
discv5 = { version = "0.1.0-alpha.13", features = ["libp2p"] }