From 608f8eb9368e99a9e732e1d86c021f9c7d06d065 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 8 Jun 2020 08:23:39 +0000 Subject: [PATCH] build(deps): bump httparse from 1.3.2 to 1.3.4 Bumps [httparse](https://github.com/seanmonstar/httparse) from 1.3.2 to 1.3.4. - [Release notes](https://github.com/seanmonstar/httparse/releases) - [Commits](https://github.com/seanmonstar/httparse/compare/v1.3.2...v1.3.4) Signed-off-by: dependabot-preview[bot] --- Cargo.lock | 4 ++-- tests/wpt/metadata/cors/origin.htm.ini | 6 ------ tests/wpt/metadata/cors/remote-origin.htm.ini | 7 ------- 3 files changed, 2 insertions(+), 15 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e475a1691a0..80255dc3df8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2462,9 +2462,9 @@ dependencies = [ [[package]] name = "httparse" -version = "1.3.2" +version = "1.3.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7b6288d7db100340ca12873fd4d08ad1b8f206a9457798dfb17c018a33fee540" +checksum = "cd179ae861f0c2e53da70d892f5f3029f9594be0c41dc5269cd371691b1dc2f9" [[package]] name = "humantime" diff --git a/tests/wpt/metadata/cors/origin.htm.ini b/tests/wpt/metadata/cors/origin.htm.ini index 224c803a5e6..c96afe85664 100644 --- a/tests/wpt/metadata/cors/origin.htm.ini +++ b/tests/wpt/metadata/cors/origin.htm.ini @@ -1,10 +1,4 @@ [origin.htm] - [Allow origin: _*__] - expected: FAIL - - [Allow origin: _http://web-platform.test:8000___[tab\]_] - expected: FAIL - [Disallow origin: HTTP://web-platform.test:8000] expected: FAIL diff --git a/tests/wpt/metadata/cors/remote-origin.htm.ini b/tests/wpt/metadata/cors/remote-origin.htm.ini index 2ad7a6a8b60..582de0a60f6 100644 --- a/tests/wpt/metadata/cors/remote-origin.htm.ini +++ b/tests/wpt/metadata/cors/remote-origin.htm.ini @@ -1,11 +1,4 @@ [remote-origin.htm] - bug: https://github.com/servo/servo/issues/21563 - [Allow origin: _*__] - expected: FAIL - - [Allow origin: _http://www1.web-platform.test:8000___[tab\]_] - expected: FAIL - [Disallow origin: http://www1.web-platform.test:8000/] expected: FAIL