Skip to content

Commit 3b03a72

Browse files
build(deps): bump the cargo group in /runtime/js-compute-runtime/rust-url with 1 update (#706)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 2c85af8 commit 3b03a72

File tree

4 files changed

+12
-12
lines changed

4 files changed

+12
-12
lines changed

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

Lines changed: 8 additions & 8 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.1"
10+
url = "2.5.0"
1111

1212
[profile.release]
1313
lto = true

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -684,10 +684,10 @@
684684
"status": "PASS"
685685
},
686686
"URL: Setting <data:space ?query#fragment>.search = '' Do not drop trailing spaces from non-trailing opaque paths": {
687-
"status": "FAIL"
687+
"status": "PASS"
688688
},
689689
"URL: Setting <sc:space ?query#fragment>.search = ''": {
690-
"status": "FAIL"
690+
"status": "PASS"
691691
},
692692
"URL: Setting <http://example.net>.search = ' ' Trailing space should be encoded": {
693693
"status": "PASS"

tests/wpt-harness/expectations/url/urlsearchparams-delete.any.js.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"status": "PASS"
1616
},
1717
"Changing the query of a URL with an opaque path can impact the path if the URL has no fragment": {
18-
"status": "FAIL"
18+
"status": "PASS"
1919
},
2020
"Two-argument delete()": {
2121
"status": "FAIL"

0 commit comments

Comments
 (0)