Skip to content

Commit

Permalink
build(deps): bump url in /runtime/js-compute-runtime/rust-url
Browse files Browse the repository at this point in the history
Bumps [url](https://github.com/servo/rust-url) from 2.4.0 to 2.4.1.
- [Release notes](https://github.com/servo/rust-url/releases)
- [Commits](servo/rust-url@v2.4.0...v2.4.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and JakeChampion committed Aug 31, 2023
1 parent 62c84a1 commit 0e330b5
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 23 deletions.
4 changes: 2 additions & 2 deletions runtime/js-compute-runtime/rust-url/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion runtime/js-compute-runtime/rust-url/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ edition = "2018"
crate-type = ["staticlib"]

[dependencies]
url = "2.4.0"
url = "2.4.1"

[profile.release]
lto = true
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"Setting protocol with leading U+0000 (https:)": {
"status": "FAIL"
"status": "PASS"
},
"Setting protocol with U+0000 before inserted colon (https:)": {
"status": "FAIL"
"status": "PASS"
},
"Setting username with leading U+0000 (https:)": {
"status": "PASS"
Expand Down Expand Up @@ -57,7 +57,7 @@
"status": "PASS"
},
"Setting pathname with trailing U+0000 (https:)": {
"status": "FAIL"
"status": "PASS"
},
"Setting search with leading U+0000 (https:)": {
"status": "PASS"
Expand Down Expand Up @@ -312,10 +312,10 @@
"status": "PASS"
},
"Setting protocol with leading U+001F (https:)": {
"status": "FAIL"
"status": "PASS"
},
"Setting protocol with U+001F before inserted colon (https:)": {
"status": "FAIL"
"status": "PASS"
},
"Setting username with leading U+001F (https:)": {
"status": "PASS"
Expand Down Expand Up @@ -369,7 +369,7 @@
"status": "PASS"
},
"Setting pathname with trailing U+001F (https:)": {
"status": "FAIL"
"status": "PASS"
},
"Setting search with leading U+001F (https:)": {
"status": "PASS"
Expand All @@ -390,10 +390,10 @@
"status": "PASS"
},
"Setting protocol with leading U+0000 (wpt++:)": {
"status": "FAIL"
"status": "PASS"
},
"Setting protocol with U+0000 before inserted colon (wpt++:)": {
"status": "FAIL"
"status": "PASS"
},
"Setting username with leading U+0000 (wpt++:)": {
"status": "PASS"
Expand Down Expand Up @@ -447,7 +447,7 @@
"status": "PASS"
},
"Setting pathname with trailing U+0000 (wpt++:)": {
"status": "FAIL"
"status": "PASS"
},
"Setting search with leading U+0000 (wpt++:)": {
"status": "PASS"
Expand Down Expand Up @@ -702,10 +702,10 @@
"status": "PASS"
},
"Setting protocol with leading U+001F (wpt++:)": {
"status": "FAIL"
"status": "PASS"
},
"Setting protocol with U+001F before inserted colon (wpt++:)": {
"status": "FAIL"
"status": "PASS"
},
"Setting username with leading U+001F (wpt++:)": {
"status": "PASS"
Expand Down Expand Up @@ -759,7 +759,7 @@
"status": "PASS"
},
"Setting pathname with trailing U+001F (wpt++:)": {
"status": "FAIL"
"status": "PASS"
},
"Setting search with leading U+001F (wpt++:)": {
"status": "PASS"
Expand Down
16 changes: 8 additions & 8 deletions tests/wpt-harness/expectations/url/url-setters.any.js.json
Original file line number Diff line number Diff line change
Expand Up @@ -96,16 +96,16 @@
"status": "PASS"
},
"URL: Setting <http://test/>.protocol = 'https\u0000' Non-tab/newline C0 controls result in no-op": {
"status": "FAIL"
"status": "PASS"
},
"URL: Setting <http://test/>.protocol = 'https\f'": {
"status": "FAIL"
"status": "PASS"
},
"URL: Setting <http://test/>.protocol = 'https\u000e'": {
"status": "FAIL"
"status": "PASS"
},
"URL: Setting <http://test/>.protocol = 'https '": {
"status": "FAIL"
"status": "PASS"
},
"URL: Setting <file:///home/you/index.html>.username = 'me' No host means no username": {
"status": "PASS"
Expand Down Expand Up @@ -636,16 +636,16 @@
"status": "FAIL"
},
"URL: Setting <data:/nospace>.pathname = 'space ' Non-special URLs with non-opaque paths percent-encode U+0020": {
"status": "FAIL"
"status": "PASS"
},
"URL: Setting <sc:/nospace>.pathname = 'space '": {
"status": "FAIL"
"status": "PASS"
},
"URL: Setting <http://example.net>.pathname = ' ' Trailing space should be encoded": {
"status": "FAIL"
"status": "PASS"
},
"URL: Setting <http://example.net>.pathname = '\u0000' Trailing C0 control should be encoded": {
"status": "FAIL"
"status": "PASS"
},
"URL: Setting <https://example.net#nav>.search = 'lang=fr'": {
"status": "PASS"
Expand Down

0 comments on commit 0e330b5

Please sign in to comment.