summaryrefslogtreecommitdiff
path: root/runtime/permissions
diff options
context:
space:
mode:
authorLeo Kettmeir <crowlkats@toaxl.com>2024-05-13 14:23:39 -0700
committerGitHub <noreply@github.com>2024-05-13 14:23:39 -0700
commitdf879f9f746366ee6bd1dc757514e8e73deddc1d (patch)
tree3f937918a8816ed64678f1fa7adaae4270d8ddc6 /runtime/permissions
parent329a8ae0c098619c8f976f2035e5599094cb43f4 (diff)
chore: cleanup unused dependencies (#23787)
Diffstat (limited to 'runtime/permissions')
-rw-r--r--runtime/permissions/Cargo.toml2
1 files changed, 0 insertions, 2 deletions
diff --git a/runtime/permissions/Cargo.toml b/runtime/permissions/Cargo.toml
index dc11429cd..dc64b5e39 100644
--- a/runtime/permissions/Cargo.toml
+++ b/runtime/permissions/Cargo.toml
@@ -14,7 +14,6 @@ name = "deno_permissions"
path = "lib.rs"
[dependencies]
-console_static_text.workspace = true
deno_core.workspace = true
deno_terminal.workspace = true
fqdn = "0.3.4"
@@ -22,7 +21,6 @@ libc.workspace = true
log.workspace = true
once_cell.workspace = true
serde.workspace = true
-termcolor.workspace = true
which = "4.2.5"
[target.'cfg(windows)'.dependencies]