We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8bbce5a commit 9f5a8aeCopy full SHA for 9f5a8ae
Cargo.toml
@@ -8,7 +8,7 @@ repository = "https://github.com/denoland/rust-urlpattern"
8
license = "MIT"
9
10
[dependencies]
11
-url = "2.4.1"
+url = "2.5.6"
12
regex = "1.10.5"
13
serde = { version = "1.0.127", features = ["derive"] }
14
unic-ucd-ident = { version = "0.9.0", features = ["id"] }
src/testdata/urlpatterntestdata.json
@@ -2474,7 +2474,6 @@
2474
}
2475
},
2476
{
2477
- "skip": "likely a bug in rust-url",
2478
"pattern": [{ "hostname": "bad\\:hostname" }],
2479
"expected_obj": "error"
2480
0 commit comments