diff --git a/validator_client/beacon_node_fallback/Cargo.toml b/validator_client/beacon_node_fallback/Cargo.toml index 12ad67c007..a871beb03b 100644 --- a/validator_client/beacon_node_fallback/Cargo.toml +++ b/validator_client/beacon_node_fallback/Cargo.toml @@ -9,13 +9,13 @@ name = "beacon_node_fallback" path = "src/lib.rs" [dependencies] -task_executor = { workspace = true } eth2 = { workspace = true } futures = { workspace = true } itertools = { workspace = true } serde = { workspace = true } slot_clock = { workspace = true } strum = { workspace = true } +task_executor = { workspace = true } tokio = { workspace = true } tracing = { workspace = true } types = { workspace = true } diff --git a/validator_client/http_api/Cargo.toml b/validator_client/http_api/Cargo.toml index 39584ac8c4..e1968c6b29 100644 --- a/validator_client/http_api/Cargo.toml +++ b/validator_client/http_api/Cargo.toml @@ -22,8 +22,8 @@ ethereum_serde_utils = { workspace = true } filesystem = { workspace = true } graffiti_file = { workspace = true } initialized_validators = { workspace = true } -lighthouse_version = { workspace = true } lighthouse_validator_store = { workspace = true } +lighthouse_version = { workspace = true } logging = { workspace = true } parking_lot = { workspace = true } rand = { workspace = true }