build(deps): bump url from 2.3.1 to 2.4.1 (#30225)

Bumps [url](https://github.com/servo/rust-url) from 2.3.1 to 2.4.1.
- [Release notes](https://github.com/servo/rust-url/releases)
- [Commits](https://github.com/servo/rust-url/compare/v2.3.1...v2.4.1)

---
updated-dependencies:
- dependency-name: url
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Martin Robinson <mrobinson@igalia.com>
This commit is contained in:
dependabot[bot] 2023-08-29 08:22:55 +00:00 committed by GitHub
parent 04e8a0638c
commit da64144ff4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
16 changed files with 69 additions and 620 deletions

View file

@ -26,43 +26,22 @@
[URL: Setting <non-spec:/>.pathname = '//p']
expected: FAIL
[URL: Setting <data:/nospace>.pathname = 'space ' Non-special URLs with non-opaque paths percent-encode U+0020]
expected: FAIL
[URL: Setting <sc:/nospace>.pathname = 'space ']
expected: FAIL
[URL: Setting <data:space ?query>.search = '' Drop trailing spaces from trailing opaque paths]
expected: FAIL
[URL: Setting <sc:space ?query>.search = '']
expected: FAIL
[URL: Setting <data:space #fragment>.hash = '' Drop trailing spaces from trailing opaque paths]
expected: FAIL
[URL: Setting <sc:space #fragment>.hash = '']
expected: FAIL
[URL: Setting <http://test/>.protocol = 'https\x00' Non-tab/newline C0 controls result in no-op]
expected: FAIL
[URL: Setting <http://test/>.protocol = 'https\x0c']
expected: FAIL
[URL: Setting <http://test/>.protocol = 'https\x0e']
expected: FAIL
[URL: Setting <http://test/>.protocol = 'https ']
expected: FAIL
[URL: Setting <http://example.net:8080/path>.port = 'randomstring' Setting port to a string that doesn't parse as a number]
expected: FAIL
[URL: Setting <http://example.net>.pathname = ' ' Trailing space should be encoded]
[URL: Setting <non-spec:/.//p>.hostname = 'h' Drop /. from path]
expected: FAIL
[URL: Setting <http://example.net>.pathname = '\x00' Trailing C0 control should be encoded]
[URL: Setting <non-spec:/.//p>.hostname = '']
expected: FAIL
[URL: Setting <non-spec:/.//>.pathname = 'p' Drop /. from path]
expected: FAIL
[URL: Setting <data:space ?query#fragment>.search = '' Do not drop trailing spaces from non-trailing opaque paths]
expected: FAIL
[URL: Setting <sc:space ?query#fragment>.search = '']
expected: FAIL
@ -114,43 +93,22 @@
[URL: Setting <non-spec:/>.pathname = '//p']
expected: FAIL
[URL: Setting <data:/nospace>.pathname = 'space ' Non-special URLs with non-opaque paths percent-encode U+0020]
expected: FAIL
[URL: Setting <sc:/nospace>.pathname = 'space ']
expected: FAIL
[URL: Setting <data:space ?query>.search = '' Drop trailing spaces from trailing opaque paths]
expected: FAIL
[URL: Setting <sc:space ?query>.search = '']
expected: FAIL
[URL: Setting <data:space #fragment>.hash = '' Drop trailing spaces from trailing opaque paths]
expected: FAIL
[URL: Setting <sc:space #fragment>.hash = '']
expected: FAIL
[URL: Setting <http://test/>.protocol = 'https\x00' Non-tab/newline C0 controls result in no-op]
expected: FAIL
[URL: Setting <http://test/>.protocol = 'https\x0c']
expected: FAIL
[URL: Setting <http://test/>.protocol = 'https\x0e']
expected: FAIL
[URL: Setting <http://test/>.protocol = 'https ']
expected: FAIL
[URL: Setting <http://example.net:8080/path>.port = 'randomstring' Setting port to a string that doesn't parse as a number]
expected: FAIL
[URL: Setting <http://example.net>.pathname = ' ' Trailing space should be encoded]
[URL: Setting <non-spec:/.//p>.hostname = 'h' Drop /. from path]
expected: FAIL
[URL: Setting <http://example.net>.pathname = '\x00' Trailing C0 control should be encoded]
[URL: Setting <non-spec:/.//p>.hostname = '']
expected: FAIL
[URL: Setting <non-spec:/.//>.pathname = 'p' Drop /. from path]
expected: FAIL
[URL: Setting <data:space ?query#fragment>.search = '' Do not drop trailing spaces from non-trailing opaque paths]
expected: FAIL
[URL: Setting <sc:space ?query#fragment>.search = '']
expected: FAIL