From 13575184f9a45b5efa870f8f1a56b332ca333931 Mon Sep 17 00:00:00 2001 From: Alexey Galakhov Date: Fri, 17 Mar 2017 17:02:01 +0100 Subject: [PATCH] versions: don't use Git version of "bytes" --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 14cd38d..0590c60 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,7 @@ tls = ["native-tls"] [dependencies] base64 = "*" byteorder = "*" -bytes = { git = "https://github.com/carllerche/bytes.git" } +bytes = "*" httparse = "*" env_logger = "*" log = "*"