summaryrefslogtreecommitdiff
path: root/ext/url/Cargo.toml
diff options
context:
space:
mode:
authorLeo Kettmeir <crowlkats@toaxl.com>2024-08-05 01:49:28 -0700
committerGitHub <noreply@github.com>2024-08-05 01:49:28 -0700
commit27ea23ea69bc018f48abbd4ec0d0572b6d1beca4 (patch)
tree311633a9d5cbcdc55ca97faf44c06b108988e3b0 /ext/url/Cargo.toml
parent3f79db14862d856913fe4741f3d5f919bac5522a (diff)
feat(urlpattern): add ignoreCase option & hasRegExpGroups property, and fix spec discrepancies (#24741)
Fixes #20906 Fixes #24266 Closes #21073 --------- Signed-off-by: Leo Kettmeir <crowlkats@toaxl.com> Co-authored-by: Luca Casonato <lucacasonato@yahoo.com>
Diffstat (limited to 'ext/url/Cargo.toml')
-rw-r--r--ext/url/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
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