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

@@ -7,15 +7,15 @@ edition = "2018"
[dependencies]
tokio = { version = "0.2.22", features = ["macros"] }
slog = { version = "2.5.2", features = ["max_level_trace"] }
sloggers = "1.0.0"
sloggers = "1.0.1"
types = { "path" = "../../consensus/types" }
eth2_config = { "path" = "../../common/eth2_config" }
task_executor = { "path" = "../../common/task_executor" }
eth2_testnet_config = { path = "../../common/eth2_testnet_config" }
logging = { path = "../../common/logging" }
slog-term = "2.5.0"
slog-term = "2.6.0"
slog-async = "2.5.0"
ctrlc = { version = "3.1.4", features = ["termination"] }
ctrlc = { version = "3.1.6", features = ["termination"] }
futures = "0.3.5"
parking_lot = "0.11.0"
slog-json = "2.3.0"