From 1c179f7bf2b5722320e8df01b0c0eb37db3d8d07 Mon Sep 17 00:00:00 2001 From: Oliver Gould Date: Sat, 7 Oct 2017 12:34:46 -0700 Subject: [PATCH] Depend on http:0.1 (#141) --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index c9120fd..74aaea9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -27,7 +27,7 @@ futures = "0.1" tokio-io = "0.1.3" tokio-timer = "0.1" bytes = "0.4" -http = { git = "https://github.com/carllerche/http" } +http = "0.1" byteorder = "1.0" log = "0.3.8" fnv = "1.0.5"