From db43665a14f4312c93f07e6929ddb3ab61484fd3 Mon Sep 17 00:00:00 2001 From: Wolfgang Bumiller Date: Thu, 14 Nov 2019 11:20:05 +0100 Subject: [PATCH] drop unused mio crate we still depend on it through other crates, but we don't use it directly Signed-off-by: Wolfgang Bumiller --- Cargo.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 20226629..f0a2d593 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,7 +22,6 @@ hyper = { version = "0.13.0-alpha.1" } lazy_static = "1.3" libc = "0.2" log = "0.4" -mio = "0.6" native-tls = "0.2" nix = "0.15" openssl = "0.10"