From 71db9494bb4f84bf0e1c8bf4474ccf080a485f30 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 24 Aug 2025 11:27:40 +0000 Subject: [PATCH] build(deps): bump url from 2.5.3 to 2.5.6 (#38879) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps [url](https://github.com/servo/rust-url) from 2.5.3 to 2.5.6.
Release notes

Sourced from url's releases.

v2.5.5

What's Changed

New Contributors

Full Changelog: https://github.com/servo/rust-url/compare/v2.5.4...v2.5.5

v2.5.4

What's Changed

Full Changelog: https://github.com/servo/rust-url/compare/v2.5.3...v2.5.4

Commits

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=url&package-manager=cargo&previous-version=2.5.3&new-version=2.5.6)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) ---
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
--------- Signed-off-by: dependabot[bot] Signed-off-by: Martin Robinson Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Martin Robinson --- Cargo.lock | 4 +- deny.toml | 4 -- .../meta/url/url-setters-a-area.window.js.ini | 32 ++++++++------- tests/wpt/meta/url/url-setters.any.js.ini | 40 ++++++++++--------- 4 files changed, 42 insertions(+), 38 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a6e359fd2cb..d135c23970f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -9185,9 +9185,9 @@ checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1" [[package]] name = "url" -version = "2.5.3" +version = "2.5.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8d157f1b96d14500ffdc1f10ba712e780825526c03d9a49b4d0324b0d9113ada" +checksum = "08bc136a29a3d1758e07a9cca267be308aeebf5cfd5a10f3f67ab2097683ef5b" dependencies = [ "form_urlencoded", "idna", diff --git a/deny.toml b/deny.toml index 6e6693bf050..e746aa40155 100644 --- a/deny.toml +++ b/deny.toml @@ -12,10 +12,6 @@ feature-depth = 1 # https://embarkstudios.github.io/cargo-deny/checks/advisories/cfg.html [advisories] ignore = [ - # This has been yanked, but upgrading to the next version breaks some WPT tests. - # It needs investigation. - "url@2.5.3", - # The crate `paste` is no longer maintained. "RUSTSEC-2024-0436", ] diff --git a/tests/wpt/meta/url/url-setters-a-area.window.js.ini b/tests/wpt/meta/url/url-setters-a-area.window.js.ini index 84feec52fd3..ce9ea6bc095 100644 --- a/tests/wpt/meta/url/url-setters-a-area.window.js.ini +++ b/tests/wpt/meta/url/url-setters-a-area.window.js.ini @@ -1,5 +1,3 @@ -[url-setters-a-area.window.html?include=javascript] - [url-setters-a-area.window.html?include=mailto] [: Setting .pathname = '/foo' Cannot-be-a-base don’t have a path] expected: FAIL @@ -26,18 +24,6 @@ [url-setters-a-area.window.html?exclude=(file|javascript|mailto)] - [: Setting .hostname = 'example.com:8080' : delimiter invalidates entire value] - expected: FAIL - - [: Setting .hostname = 'example.com:8080' : delimiter invalidates entire value] - expected: FAIL - - [: Setting .hostname = 'example.com:' : delimiter invalidates entire value] - expected: FAIL - - [: Setting .hostname = 'example.com:' : delimiter invalidates entire value] - expected: FAIL - [: Setting .pathname = '' Non-special URLs with an empty host can have their paths erased] expected: FAIL @@ -103,3 +89,21 @@ [: Setting .port = '\n\n\t\t'] expected: FAIL + + [: Setting .pathname = '/.//p' Serialize /. in path] + expected: FAIL + + [: Setting .pathname = '/.//p' Serialize /. in path] + expected: FAIL + + [: Setting .pathname = '/..//p'] + expected: FAIL + + [: Setting .pathname = '/..//p'] + expected: FAIL + + [: Setting .pathname = '//p'] + expected: FAIL + + [: Setting .pathname = '//p'] + expected: FAIL diff --git a/tests/wpt/meta/url/url-setters.any.js.ini b/tests/wpt/meta/url/url-setters.any.js.ini index 2b3c25ad879..346ca0c0147 100644 --- a/tests/wpt/meta/url/url-setters.any.js.ini +++ b/tests/wpt/meta/url/url-setters.any.js.ini @@ -5,12 +5,6 @@ expected: CRASH [url-setters.any.html?exclude=(file|javascript|mailto)] - [URL: Setting .hostname = 'example.com:8080' : delimiter invalidates entire value] - expected: FAIL - - [URL: Setting .hostname = 'example.com:' : delimiter invalidates entire value] - expected: FAIL - [URL: Setting .pathname = '' Non-special URLs with an empty host can have their paths erased] expected: FAIL @@ -50,8 +44,18 @@ [URL: Setting .port = '\n\n\t\t'] expected: FAIL + [URL: Setting .pathname = '/.//p' Serialize /. in path] + expected: FAIL + + [URL: Setting .pathname = '/..//p'] + expected: FAIL + + [URL: Setting .pathname = '//p'] + expected: FAIL + + [URL: Setting .pathname = 'p' Drop /. from path] + expected: FAIL -[url-setters.any.worker.html?include=javascript] [url-setters.any.worker.html?include=file] [URL: Setting .pathname = '\\\\' File URLs and (back)slashes] @@ -64,17 +68,7 @@ expected: FAIL -[url-setters.any.html?include=javascript] - -[url-setters.any.html?include=mailto] - [url-setters.any.worker.html?exclude=(file|javascript|mailto)] - [URL: Setting .hostname = 'example.com:8080' : delimiter invalidates entire value] - expected: FAIL - - [URL: Setting .hostname = 'example.com:' : delimiter invalidates entire value] - expected: FAIL - [URL: Setting .pathname = '' Non-special URLs with an empty host can have their paths erased] expected: FAIL @@ -123,8 +117,18 @@ [URL: Setting .port = '\n\n\t\t'] expected: FAIL + [URL: Setting .pathname = '/.//p' Serialize /. in path] + expected: FAIL + + [URL: Setting .pathname = '/..//p'] + expected: FAIL + + [URL: Setting .pathname = '//p'] + expected: FAIL + + [URL: Setting .pathname = 'p' Drop /. from path] + expected: FAIL -[url-setters.any.worker.html?include=mailto] [url-setters.any.html?include=file] [URL: Setting .pathname = '\\\\' File URLs and (back)slashes]