Skip to content

Commit 9f5a8ae

Browse files
committed
url version bump to get bad\:hostname fix
1 parent 8bbce5a commit 9f5a8ae

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.5.6"
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
@@ -2474,7 +2474,6 @@
24742474
}
24752475
},
24762476
{
2477-
"skip": "likely a bug in rust-url",
24782477
"pattern": [{ "hostname": "bad\\:hostname" }],
24792478
"expected_obj": "error"
24802479
},

0 commit comments

Comments
 (0)