Skip to content

Commit 4de8b48

Browse files
committed
url version bump to get bad\:hostname fix
1 parent e2c6c2c commit 4de8b48

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ repository = "https://github.com/denoland/rust-urlpattern"
88
license = "MIT"
99

1010
[dependencies]
11-
url = "2.4.1"
11+
url = "2.4.1" # WIP, will update to latest URL version once available
1212
regex = "1.10.5"
1313
serde = { version = "1.0.127", features = ["derive"] }
1414
unic-ucd-ident = { version = "0.9.0", features = ["id"] }

src/testdata/urlpatterntestdata.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2452,7 +2452,6 @@
24522452
"expected_obj": "error"
24532453
},
24542454
{
2455-
"skip": "likely a bug in rust-url",
24562455
"pattern": [{ "hostname": "bad\\:hostname" }],
24572456
"expected_obj": "error"
24582457
},

0 commit comments

Comments
 (0)