From ac3a76cd3224f2b42fd1910e885e8b638f360728 Mon Sep 17 00:00:00 2001 From: Nikolay Kim Date: Thu, 5 Jul 2018 13:21:33 +0600 Subject: [PATCH] update httparse version --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index f9f148c29..91e13d4bf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -58,7 +58,7 @@ failure = "0.1.1" h2 = "0.1" htmlescape = "0.3" http = "^0.1.5" -httparse = "1.2" +httparse = "1.3" log = "0.4" mime = "0.3" mime_guess = "2.0.0-alpha"