summaryrefslogtreecommitdiff
path: root/ext
diff options
context:
space:
mode:
authorLeo Kettmeir <crowlkats@toaxl.com>2022-01-19 11:57:27 +0100
committerGitHub <noreply@github.com>2022-01-19 11:57:27 +0100
commitc98fbe2fd611a0ac6cfe9b3d176cf98ed4845513 (patch)
tree8d83fb6aac178bf029ec530393685a5ad0ca6b33 /ext
parent91399851809b2c1585b318d496e81f9683cd270b (diff)
chore: update urlpattern (#13422)
Diffstat (limited to 'ext')
-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 d956c7b46..13af5f2b0 100644
--- a/ext/url/Cargo.toml
+++ b/ext/url/Cargo.toml
@@ -17,7 +17,7 @@ path = "lib.rs"
deno_core = { version = "0.114.0", path = "../../core" }
serde = { version = "1.0.129", features = ["derive"] }
serde_repr = "0.1.7"
-urlpattern = "0.1.3"
+urlpattern = "0.1.5"
[dev-dependencies]
deno_bench_util = { version = "0.26.0", path = "../../bench_util" }