mirror of
https://github.com/sigp/lighthouse.git
synced 2026-04-17 12:58:31 +00:00
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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user