summaryrefslogtreecommitdiff
path: root/ext
diff options
context:
space:
mode:
authorLeo Kettmeir <crowlkats@toaxl.com>2022-01-11 22:42:58 +0100
committerGitHub <noreply@github.com>2022-01-11 22:42:58 +0100
commitf955afc5ead8ac59ead0f46610bfdf4ba1c51234 (patch)
tree0013000637104d0e29793d70ccae0894e8cda826 /ext
parent13751d9de6bb77daf38ac921e35015c238d06c35 (diff)
chore: bump rust-urlpattern to 0.1.3 (#13328)
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 958957c30..6e0754e60 100644
--- a/ext/url/Cargo.toml
+++ b/ext/url/Cargo.toml
@@ -17,7 +17,7 @@ path = "lib.rs"
deno_core = { version = "0.113.0", path = "../../core" }
serde = { version = "1.0.129", features = ["derive"] }
serde_repr = "0.1.7"
-urlpattern = "0.1.2"
+urlpattern = "0.1.3"
[dev-dependencies]
deno_bench_util = { version = "0.25.0", path = "../../bench_util" }