From cb3516640961575b3e2257fb232eb4c926c0c595 Mon Sep 17 00:00:00 2001 From: Anshal Shukla Date: Thu, 4 Jan 2024 18:06:44 +0530 Subject: [PATCH] lint: cargo.toml --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index c8a62cc..58f8117 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,6 +14,7 @@ bollard = "0.15.0" clap = { version = "4.4.11", features = ["derive"] } dirs = "5.0.1" env_logger = "0.10.1" +futures-util = "0.3.30" git2 = "0.18.1" hex = { version = "0.4.3", features = [] } inquire = "0.6.2" @@ -25,6 +26,5 @@ sp-core = "27.0.0" strum = { version = "0.25.0", features = ["derive"] } strum_macros = { version = "0.25.3", features = [] } thiserror = "1.0.52" -toml = "0.8.8" tokio = { version = "1.35.1", features = ["rt", "rt-multi-thread", "macros"] } -futures-util = "0.3.30" +toml = "0.8.8"