From 516c41be139c996ec895c55b5ddad34958d2743c Mon Sep 17 00:00:00 2001 From: Thelie Date: Tue, 27 Apr 2021 01:26:44 +0200 Subject: [PATCH] Update 'Cargo.toml' Futures dependency is no longer needed. --- Cargo.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 4240d07..c9bc3f0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,6 @@ edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -futures = "0.3" irc-proto = "0.15" lettre = "0.9" toml = "0.5"