mirror of
https://github.com/servo/servo.git
synced 2025-07-26 00:30:22 +01:00
build(deps): bump url from 2.4.1 to 2.5.0 (#30775)
* build(deps): bump url from 2.4.1 to 2.5.0 Bumps [url](https://github.com/servo/rust-url) from 2.4.1 to 2.5.0. - [Release notes](https://github.com/servo/rust-url/releases) - [Commits](https://github.com/servo/rust-url/compare/v2.4.1...v2.5.0) --- updated-dependencies: - dependency-name: url dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * Update expectations --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: sagudev <16504129+sagudev@users.noreply.github.com>
This commit is contained in:
parent
d10688b5ef
commit
76401823f2
8 changed files with 5 additions and 57 deletions
8
Cargo.lock
generated
8
Cargo.lock
generated
|
@ -2767,9 +2767,9 @@ checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "idna"
|
name = "idna"
|
||||||
version = "0.4.0"
|
version = "0.5.0"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "7d20d6b07bfbc108882d88ed8e37d39636dcc260e15e30c45e6ba089610b917c"
|
checksum = "634d9b1461af396cad843f47fdba5597a4f9e6ddd4bfb6ff5d85028c25cb12f6"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"unicode-bidi",
|
"unicode-bidi",
|
||||||
"unicode-normalization",
|
"unicode-normalization",
|
||||||
|
@ -6348,9 +6348,9 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "url"
|
name = "url"
|
||||||
version = "2.4.1"
|
version = "2.5.0"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "143b538f18257fac9cad154828a57c6bf5157e1aa604d4816b5995bf6de87ae5"
|
checksum = "31e6302e3bb753d46e83516cae55ae196fc0c309407cf11ab35cc51a4c2a4633"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"form_urlencoded",
|
"form_urlencoded",
|
||||||
"idna",
|
"idna",
|
||||||
|
|
|
@ -97,7 +97,7 @@ tokio-rustls = "0.24"
|
||||||
tungstenite = "0.20"
|
tungstenite = "0.20"
|
||||||
unicode-bidi = "0.3.4"
|
unicode-bidi = "0.3.4"
|
||||||
unicode-script = "0.5"
|
unicode-script = "0.5"
|
||||||
url = "2.4"
|
url = "2.5"
|
||||||
uuid = { version = "1.6.1", features = ["v4"] }
|
uuid = { version = "1.6.1", features = ["v4"] }
|
||||||
webdriver = "0.49.0"
|
webdriver = "0.49.0"
|
||||||
webpki = "0.22"
|
webpki = "0.22"
|
||||||
|
|
|
@ -1375,12 +1375,6 @@
|
||||||
[<area>: Setting <http://example.net>.hash = '\x00' Trailing C0 control should be encoded]
|
[<area>: Setting <http://example.net>.hash = '\x00' Trailing C0 control should be encoded]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
[<a>: Setting <data:space ?query#fragment>.search = '' Do not drop trailing spaces from non-trailing opaque paths]
|
|
||||||
expected: FAIL
|
|
||||||
|
|
||||||
[<a>: Setting <sc:space ?query#fragment>.search = '']
|
|
||||||
expected: FAIL
|
|
||||||
|
|
||||||
|
|
||||||
[url-setters-a-area.window.html?include=mailto]
|
[url-setters-a-area.window.html?include=mailto]
|
||||||
[<area>: Setting <mailto:me@example.net>.protocol = 'http' Cannot-be-a-base URL doesn’t have a host, but URL in a special scheme must.]
|
[<area>: Setting <mailto:me@example.net>.protocol = 'http' Cannot-be-a-base URL doesn’t have a host, but URL in a special scheme must.]
|
||||||
|
|
|
@ -105,12 +105,6 @@
|
||||||
[URL: Setting <non-spec:/.//>.pathname = 'p' Drop /. from path]
|
[URL: Setting <non-spec:/.//>.pathname = 'p' Drop /. from path]
|
||||||
expected: FAIL
|
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
|
|
||||||
|
|
||||||
|
|
||||||
[url-setters.any.html?include=javascript]
|
[url-setters.any.html?include=javascript]
|
||||||
|
|
||||||
|
@ -175,9 +169,3 @@
|
||||||
|
|
||||||
[URL: Setting <non-spec:/.//>.pathname = 'p' Drop /. from path]
|
[URL: Setting <non-spec:/.//>.pathname = 'p' Drop /. from path]
|
||||||
expected: FAIL
|
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
|
|
||||||
|
|
|
@ -1,8 +0,0 @@
|
||||||
[urlsearchparams-delete.any.worker.html]
|
|
||||||
[Changing the query of a URL with an opaque path can impact the path if the URL has no fragment]
|
|
||||||
expected: FAIL
|
|
||||||
|
|
||||||
|
|
||||||
[urlsearchparams-delete.any.html]
|
|
||||||
[Changing the query of a URL with an opaque path can impact the path if the URL has no fragment]
|
|
||||||
expected: FAIL
|
|
|
@ -808,9 +808,3 @@
|
||||||
|
|
||||||
[<area>: Setting <http://example.net>.hash = '\x00' Trailing C0 control should be encoded]
|
[<area>: Setting <http://example.net>.hash = '\x00' Trailing C0 control should be encoded]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
[<a>: Setting <data:space ?query#fragment>.search = '' Do not drop trailing spaces from non-trailing opaque paths]
|
|
||||||
expected: FAIL
|
|
||||||
|
|
||||||
[<a>: Setting <sc:space ?query#fragment>.search = '']
|
|
||||||
expected: FAIL
|
|
||||||
|
|
|
@ -38,12 +38,6 @@
|
||||||
[URL: Setting <non-spec:/.//>.pathname = 'p' Drop /. from path]
|
[URL: Setting <non-spec:/.//>.pathname = 'p' Drop /. from path]
|
||||||
expected: FAIL
|
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
|
|
||||||
|
|
||||||
|
|
||||||
[url-setters.any.worker.html?include=javascript]
|
[url-setters.any.worker.html?include=javascript]
|
||||||
|
|
||||||
|
@ -105,12 +99,6 @@
|
||||||
[URL: Setting <non-spec:/.//>.pathname = 'p' Drop /. from path]
|
[URL: Setting <non-spec:/.//>.pathname = 'p' Drop /. from path]
|
||||||
expected: FAIL
|
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
|
|
||||||
|
|
||||||
|
|
||||||
[url-setters.any.worker.html?include=mailto]
|
[url-setters.any.worker.html?include=mailto]
|
||||||
|
|
||||||
|
|
|
@ -1,8 +0,0 @@
|
||||||
[urlsearchparams-delete.any.worker.html]
|
|
||||||
[Changing the query of a URL with an opaque path can impact the path if the URL has no fragment]
|
|
||||||
expected: FAIL
|
|
||||||
|
|
||||||
|
|
||||||
[urlsearchparams-delete.any.html]
|
|
||||||
[Changing the query of a URL with an opaque path can impact the path if the URL has no fragment]
|
|
||||||
expected: FAIL
|
|
Loading…
Add table
Add a link
Reference in a new issue