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"