diff options
author | Leo Kettmeir <crowlkats@toaxl.com> | 2022-01-19 11:57:27 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-19 11:57:27 +0100 |
commit | c98fbe2fd611a0ac6cfe9b3d176cf98ed4845513 (patch) | |
tree | 8d83fb6aac178bf029ec530393685a5ad0ca6b33 /ext | |
parent | 91399851809b2c1585b318d496e81f9683cd270b (diff) |
chore: update urlpattern (#13422)
Diffstat (limited to 'ext')
-rw-r--r-- | ext/url/Cargo.toml | 2 |
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" } |