From 79a99eec8c546444c0be81880c9247bffd6c51e8 Mon Sep 17 00:00:00 2001 From: Sean McArthur Date: Mon, 28 Sep 2015 13:04:06 -0700 Subject: [PATCH] chore(cargo): update httparse to 1.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 0ba6510880..c2fbc364ad 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,7 @@ authors = ["Sean McArthur ", keywords = ["http", "hyper", "hyperium"] [dependencies] -httparse = "0.1" +httparse = "1.0" language-tags = "0.0.7" log = "0.3" mime = "0.1"