mirror of
https://github.com/sigp/lighthouse.git
synced 2026-05-07 00:42:42 +00:00
Remove unused dep
This commit is contained in:
@@ -28,7 +28,6 @@ serde_yaml = "0.8.11"
|
|||||||
slog = { version = "2.5.2", features = ["max_level_trace"] }
|
slog = { version = "2.5.2", features = ["max_level_trace"] }
|
||||||
slog-async = "2.3.0"
|
slog-async = "2.3.0"
|
||||||
tokio = "0.1.22"
|
tokio = "0.1.22"
|
||||||
clap = "2.33.0"
|
|
||||||
dirs = "2.0.2"
|
dirs = "2.0.2"
|
||||||
exit-future = "0.1.4"
|
exit-future = "0.1.4"
|
||||||
futures = "0.1.29"
|
futures = "0.1.29"
|
||||||
|
|||||||
@@ -1,4 +1,3 @@
|
|||||||
use clap::ArgMatches;
|
|
||||||
use network::NetworkConfig;
|
use network::NetworkConfig;
|
||||||
use serde_derive::{Deserialize, Serialize};
|
use serde_derive::{Deserialize, Serialize};
|
||||||
use std::fs;
|
use std::fs;
|
||||||
|
|||||||
Reference in New Issue
Block a user