Upgrade httparse: 1.0.0 -> 1.1.0

https://github.com/seanmonstar/httparse/compare/v1.0.0...v1.1.0
This commit is contained in:
Corey Farwell 2015-12-14 21:33:59 -05:00
parent bec75582b4
commit 9efd6465c7
3 changed files with 6 additions and 6 deletions

View file

@ -808,7 +808,7 @@ dependencies = [
[[package]]
name = "httparse"
version = "1.0.0"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
@ -817,7 +817,7 @@ version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"cookie 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
"httparse 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
"httparse 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
"language-tags 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
"log 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
"mime 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",