From 24a796da726a7f89fdc40202754c3014354892e7 Mon Sep 17 00:00:00 2001 From: Sean McArthur Date: Fri, 27 Oct 2017 13:11:06 -0700 Subject: [PATCH] remove unused tokio-timer dependency (#170) --- Cargo.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 74aaea9..0097755 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -25,7 +25,6 @@ unstable = [] [dependencies] futures = "0.1" tokio-io = "0.1.3" -tokio-timer = "0.1" bytes = "0.4" http = "0.1" byteorder = "1.0"