summaryrefslogtreecommitdiff
path: root/ext/url
diff options
context:
space:
mode:
authorSquirrel <gilescope@gmail.com>2021-09-17 13:39:32 +0100
committerGitHub <noreply@github.com>2021-09-17 14:39:32 +0200
commit4b79e5a459de16bb85c70eaf9c716e51f1c281bd (patch)
tree2f7d3bbae75e63566326b9004f27330a27f98633 /ext/url
parent99de9eb4c2a78bf0efdcb5407bec76833dc459cd (diff)
chore: Remove unused deps from Cargo.toml files (#12106)
Diffstat (limited to 'ext/url')
-rw-r--r--ext/url/Cargo.toml2
1 files changed, 0 insertions, 2 deletions
diff --git a/ext/url/Cargo.toml b/ext/url/Cargo.toml
index 5d2cb136c..c35609c7e 100644
--- a/ext/url/Cargo.toml
+++ b/ext/url/Cargo.toml
@@ -15,8 +15,6 @@ path = "lib.rs"
[dependencies]
deno_core = { version = "0.99.0", path = "../../core" }
-idna = "0.2.3"
-percent-encoding = "2.1.0"
serde = { version = "1.0.129", features = ["derive"] }
serde_repr = "0.1.7"
urlpattern = "0.1.2"