mirror of
https://github.com/sigp/lighthouse.git
synced 2026-05-07 16:55:46 +00:00
update dependencies (#2032)
## Issue Addressed NA ## Proposed Changes Updates out of date dependencies. ## Additional Info See also https://github.com/sigp/lighthouse/issues/1712 for a list of dependencies that are still out of date and the resasons.
This commit is contained in:
@@ -24,7 +24,7 @@ slog = "2.5.2"
|
||||
sloggers = "*"
|
||||
slot_clock = { path = "../common/slot_clock" }
|
||||
task_executor = { path = "../common/task_executor" }
|
||||
tokio = { version = "0.2.21", features = ["full"] }
|
||||
tokio = { version = "0.3.5", features = ["full"] }
|
||||
tree_hash = { path = "../consensus/tree_hash" }
|
||||
tree_hash_derive = { path = "../consensus/tree_hash_derive" }
|
||||
types = { path = "../consensus/types" }
|
||||
|
||||
Reference in New Issue
Block a user