From 1842cb5dfcf91fa4781f347bfda7279b6f6b95bf Mon Sep 17 00:00:00 2001 From: Carl Lerche Date: Tue, 27 Jun 2017 13:31:46 -0700 Subject: [PATCH] Use latest tokio-timer --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 55955d4..76112f0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,7 @@ authors = ["Carl Lerche "] [dependencies] futures = "0.1" tokio-io = "0.1" -tokio-timer = { git = "https://github.com/tokio-rs/tokio-timer" } +tokio-timer = "0.1" bytes = "0.4" http = { git = "https://github.com/carllerche/http" } byteorder = "1.0"