Skip to content

Commit 0e330b5

Browse files
dependabot[bot]JakeChampion
authored andcommitted
build(deps): bump url in /runtime/js-compute-runtime/rust-url
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] <[email protected]>
1 parent 62c84a1 commit 0e330b5

File tree

4 files changed

+23
-23
lines changed

4 files changed

+23
-23
lines changed

runtime/js-compute-runtime/rust-url/Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

runtime/js-compute-runtime/rust-url/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ edition = "2018"
77
crate-type = ["staticlib"]
88

99
[dependencies]
10-
url = "2.4.0"
10+
url = "2.4.1"
1111

1212
[profile.release]
1313
lto = true

tests/wpt-harness/expectations/url/url-setters-stripping.any.js.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"Setting protocol with leading U+0000 (https:)": {
3-
"status": "FAIL"
3+
"status": "PASS"
44
},
55
"Setting protocol with U+0000 before inserted colon (https:)": {
6-
"status": "FAIL"
6+
"status": "PASS"
77
},
88
"Setting username with leading U+0000 (https:)": {
99
"status": "PASS"
@@ -57,7 +57,7 @@
5757
"status": "PASS"
5858
},
5959
"Setting pathname with trailing U+0000 (https:)": {
60-
"status": "FAIL"
60+
"status": "PASS"
6161
},
6262
"Setting search with leading U+0000 (https:)": {
6363
"status": "PASS"
@@ -312,10 +312,10 @@
312312
"status": "PASS"
313313
},
314314
"Setting protocol with leading U+001F (https:)": {
315-
"status": "FAIL"
315+
"status": "PASS"
316316
},
317317
"Setting protocol with U+001F before inserted colon (https:)": {
318-
"status": "FAIL"
318+
"status": "PASS"
319319
},
320320
"Setting username with leading U+001F (https:)": {
321321
"status": "PASS"
@@ -369,7 +369,7 @@
369369
"status": "PASS"
370370
},
371371
"Setting pathname with trailing U+001F (https:)": {
372-
"status": "FAIL"
372+
"status": "PASS"
373373
},
374374
"Setting search with leading U+001F (https:)": {
375375
"status": "PASS"
@@ -390,10 +390,10 @@
390390
"status": "PASS"
391391
},
392392
"Setting protocol with leading U+0000 (wpt++:)": {
393-
"status": "FAIL"
393+
"status": "PASS"
394394
},
395395
"Setting protocol with U+0000 before inserted colon (wpt++:)": {
396-
"status": "FAIL"
396+
"status": "PASS"
397397
},
398398
"Setting username with leading U+0000 (wpt++:)": {
399399
"status": "PASS"
@@ -447,7 +447,7 @@
447447
"status": "PASS"
448448
},
449449
"Setting pathname with trailing U+0000 (wpt++:)": {
450-
"status": "FAIL"
450+
"status": "PASS"
451451
},
452452
"Setting search with leading U+0000 (wpt++:)": {
453453
"status": "PASS"
@@ -702,10 +702,10 @@
702702
"status": "PASS"
703703
},
704704
"Setting protocol with leading U+001F (wpt++:)": {
705-
"status": "FAIL"
705+
"status": "PASS"
706706
},
707707
"Setting protocol with U+001F before inserted colon (wpt++:)": {
708-
"status": "FAIL"
708+
"status": "PASS"
709709
},
710710
"Setting username with leading U+001F (wpt++:)": {
711711
"status": "PASS"
@@ -759,7 +759,7 @@
759759
"status": "PASS"
760760
},
761761
"Setting pathname with trailing U+001F (wpt++:)": {
762-
"status": "FAIL"
762+
"status": "PASS"
763763
},
764764
"Setting search with leading U+001F (wpt++:)": {
765765
"status": "PASS"

tests/wpt-harness/expectations/url/url-setters.any.js.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -96,16 +96,16 @@
9696
"status": "PASS"
9797
},
9898
"URL: Setting <http://test/>.protocol = 'https\u0000' Non-tab/newline C0 controls result in no-op": {
99-
"status": "FAIL"
99+
"status": "PASS"
100100
},
101101
"URL: Setting <http://test/>.protocol = 'https\f'": {
102-
"status": "FAIL"
102+
"status": "PASS"
103103
},
104104
"URL: Setting <http://test/>.protocol = 'https\u000e'": {
105-
"status": "FAIL"
105+
"status": "PASS"
106106
},
107107
"URL: Setting <http://test/>.protocol = 'https '": {
108-
"status": "FAIL"
108+
"status": "PASS"
109109
},
110110
"URL: Setting <file:///home/you/index.html>.username = 'me' No host means no username": {
111111
"status": "PASS"
@@ -636,16 +636,16 @@
636636
"status": "FAIL"
637637
},
638638
"URL: Setting <data:/nospace>.pathname = 'space ' Non-special URLs with non-opaque paths percent-encode U+0020": {
639-
"status": "FAIL"
639+
"status": "PASS"
640640
},
641641
"URL: Setting <sc:/nospace>.pathname = 'space '": {
642-
"status": "FAIL"
642+
"status": "PASS"
643643
},
644644
"URL: Setting <http://example.net>.pathname = ' ' Trailing space should be encoded": {
645-
"status": "FAIL"
645+
"status": "PASS"
646646
},
647647
"URL: Setting <http://example.net>.pathname = '\u0000' Trailing C0 control should be encoded": {
648-
"status": "FAIL"
648+
"status": "PASS"
649649
},
650650
"URL: Setting <https://example.net#nav>.search = 'lang=fr'": {
651651
"status": "PASS"

0 commit comments

Comments
 (0)