Skip to content

Commit 58ce5e6

Browse files
build(deps): bump url from 2.2.2 to 2.3.1 in /runtime/js-compute-runtime/rust-url (#516)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent ef09f31 commit 58ce5e6

File tree

3 files changed

+15
-24
lines changed

3 files changed

+15
-24
lines changed

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

Lines changed: 8 additions & 17 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,4 +7,4 @@ edition = "2018"
77
crate-type = ["staticlib"]
88

99
[dependencies]
10-
url = "2.2.2"
10+
url = "2.3.1"

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -336,22 +336,22 @@
336336
"status": "PASS"
337337
},
338338
"Setting host with leading U+001F (https:)": {
339-
"status": "FAIL"
339+
"status": "PASS"
340340
},
341341
"Setting hostname with leading U+001F (https:)": {
342-
"status": "FAIL"
342+
"status": "PASS"
343343
},
344344
"Setting host with middle U+001F (https:)": {
345-
"status": "FAIL"
345+
"status": "PASS"
346346
},
347347
"Setting hostname with middle U+001F (https:)": {
348-
"status": "FAIL"
348+
"status": "PASS"
349349
},
350350
"Setting host with trailing U+001F (https:)": {
351-
"status": "FAIL"
351+
"status": "PASS"
352352
},
353353
"Setting hostname with trailing U+001F (https:)": {
354-
"status": "FAIL"
354+
"status": "PASS"
355355
},
356356
"Setting port with leading U+001F (https:)": {
357357
"status": "FAIL"

0 commit comments

Comments
 (0)