From ae84101d547e0377708aa6a40896dc70aebb5ab0 Mon Sep 17 00:00:00 2001 From: jaspervdm Date: Thu, 30 Jan 2020 15:06:31 +0100 Subject: [PATCH] Remove unused dependency --- Cargo.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 9a50ffc..2bbd62e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,6 @@ travis-ci = { repository = "https://github.com/hjr3/hyper-timeout", branch = "ma bytes = "0.5" hyper = { version = "0.13", default-features = false, features = ["tcp"] } tokio = "0.2" -tokio-io = "0.1" tokio-io-timeout = "0.4" [dev-dependencies]