From 049015b1871a0a72f4c9b752d7485cc4b70a8200 Mon Sep 17 00:00:00 2001 From: Rob Ede Date: Wed, 5 Jun 2024 05:00:40 +0100 Subject: [PATCH] chore: refmt root manifest --- Cargo.toml | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) 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"