summaryrefslogtreecommitdiff
path: root/ext
diff options
context:
space:
mode:
authorSatya Rohith <me@satyarohith.com>2022-03-05 03:38:04 +0530
committerGitHub <noreply@github.com>2022-03-05 03:38:04 +0530
commit70690f54af945a3ca94235c060de4bdee5c61d09 (patch)
treea8112e4754afd394bfca547ff5e64549e074f0cd /ext
parent18a3a0ba7565177f5fc2a1bce93b65c34f598a51 (diff)
chore: update deps (#13821)
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 09c7f8eb4..09f437a59 100644
--- a/ext/url/Cargo.toml
+++ b/ext/url/Cargo.toml
@@ -17,7 +17,7 @@ path = "lib.rs"
deno_core = { version = "0.121.0", path = "../../core" }
serde = { version = "1.0.129", features = ["derive"] }
serde_repr = "0.1.7"
-urlpattern = "0.1.5"
+urlpattern = "0.1.6"
[dev-dependencies]
deno_bench_util = { version = "0.33.0", path = "../../bench_util" }