summaryrefslogtreecommitdiff
path: root/runtime/permissions/Cargo.toml
diff options
context:
space:
mode:
authorNayeem Rahman <nayeemrmn99@gmail.com>2024-03-26 23:27:40 +0000
committerGitHub <noreply@github.com>2024-03-26 23:27:40 +0000
commit2cd9c6a8e6bee8379f91efefc3521cd625e36a46 (patch)
treedae0f1c2609c722f50b385928d9153f5c9435c72 /runtime/permissions/Cargo.toml
parentac4a5f74b8e56a360e0a0543a6fc45099e13b95a (diff)
fix(runtime): use FQDN in NetDescriptor (#23084)
Diffstat (limited to 'runtime/permissions/Cargo.toml')
-rw-r--r--runtime/permissions/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/permissions/Cargo.toml b/runtime/permissions/Cargo.toml
index 2d0582dbe..87b3358a6 100644
--- a/runtime/permissions/Cargo.toml
+++ b/runtime/permissions/Cargo.toml
@@ -17,6 +17,7 @@ path = "lib.rs"
console_static_text.workspace = true
deno_core.workspace = true
deno_terminal.workspace = true
+fqdn = "0.3.4"
libc.workspace = true
log.workspace = true
once_cell.workspace = true