From 27ea23ea69bc018f48abbd4ec0d0572b6d1beca4 Mon Sep 17 00:00:00 2001 From: Leo Kettmeir Date: Mon, 5 Aug 2024 01:49:28 -0700 Subject: feat(urlpattern): add ignoreCase option & hasRegExpGroups property, and fix spec discrepancies (#24741) Fixes #20906 Fixes #24266 Closes #21073 --------- Signed-off-by: Leo Kettmeir Co-authored-by: Luca Casonato --- ext/url/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/url/Cargo.toml') diff --git a/ext/url/Cargo.toml b/ext/url/Cargo.toml index 54393db16..be62718ef 100644 --- a/ext/url/Cargo.toml +++ b/ext/url/Cargo.toml @@ -15,7 +15,7 @@ path = "lib.rs" [dependencies] deno_core.workspace = true -urlpattern = "0.2.0" +urlpattern = "0.3.0" [dev-dependencies] deno_bench_util.workspace = true -- cgit v1.2.3