chore(cargo): update httparse to 1.0

This commit is contained in:
Sean McArthur
2015-09-28 13:04:06 -07:00
parent 1fbed4b026
commit 79a99eec8c

View File

@@ -12,7 +12,7 @@ authors = ["Sean McArthur <sean.monstar@gmail.com>",
keywords = ["http", "hyper", "hyperium"] keywords = ["http", "hyper", "hyperium"]
[dependencies] [dependencies]
httparse = "0.1" httparse = "1.0"
language-tags = "0.0.7" language-tags = "0.0.7"
log = "0.3" log = "0.3"
mime = "0.1" mime = "0.1"