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"