summaryrefslogtreecommitdiff
path: root/ext/url/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'ext/url/Cargo.toml')
-rw-r--r--ext/url/Cargo.toml3
1 files changed, 2 insertions, 1 deletions
diff --git a/ext/url/Cargo.toml b/ext/url/Cargo.toml
index 13aca9953..557a4669e 100644
--- a/ext/url/Cargo.toml
+++ b/ext/url/Cargo.toml
@@ -2,7 +2,7 @@
[package]
name = "deno_url"
-version = "0.171.0"
+version = "0.177.0"
authors.workspace = true
edition.workspace = true
license.workspace = true
@@ -15,6 +15,7 @@ path = "lib.rs"
[dependencies]
deno_core.workspace = true
+thiserror.workspace = true
urlpattern = "0.3.0"
[dev-dependencies]