From 9efd6465c7dbf4e3e70e646c6eac23019110d8d1 Mon Sep 17 00:00:00 2001 From: Corey Farwell Date: Mon, 14 Dec 2015 21:33:59 -0500 Subject: [PATCH] Upgrade httparse: 1.0.0 -> 1.1.0 https://github.com/seanmonstar/httparse/compare/v1.0.0...v1.1.0 --- components/servo/Cargo.lock | 4 ++-- ports/cef/Cargo.lock | 4 ++-- ports/gonk/Cargo.lock | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/components/servo/Cargo.lock b/components/servo/Cargo.lock index 4a2d30110c8..dbe8eac3619 100644 --- a/components/servo/Cargo.lock +++ b/components/servo/Cargo.lock @@ -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)", diff --git a/ports/cef/Cargo.lock b/ports/cef/Cargo.lock index 9682e185033..b04e86d8e27 100644 --- a/ports/cef/Cargo.lock +++ b/ports/cef/Cargo.lock @@ -768,7 +768,7 @@ dependencies = [ [[package]] name = "httparse" -version = "1.0.0" +version = "1.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] @@ -777,7 +777,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)", diff --git a/ports/gonk/Cargo.lock b/ports/gonk/Cargo.lock index b3e290eb32a..6af855bbb38 100644 --- a/ports/gonk/Cargo.lock +++ b/ports/gonk/Cargo.lock @@ -744,7 +744,7 @@ dependencies = [ [[package]] name = "httparse" -version = "1.0.0" +version = "1.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] @@ -753,7 +753,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)",