diff --git a/Cargo.toml b/Cargo.toml index cb975ba3..0741578f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -100,14 +100,9 @@ chrono = { version = "0.4.30", features = ["serde"] } derive_more = "0.99.7" dotenvy = "0.15" env_logger = "0.11" -eyre = { version = "0.6", default-features = false, features = [ - "auto-install", - "track-caller", -] } +eyre = { version = "0.6", default-features = false, features = ["auto-install", "track-caller"] } color-eyre = "0.6" -futures-util = { version = "0.3.17", default-features = false, features = [ - "std", -] } +futures-util = { version = "0.3.17", default-features = false, features = ["std"] } log = "0.4" openssl = { version = "0.10.60", features = ["v110"] } rand = "0.8"