summaryrefslogtreecommitdiff
path: root/Cargo.lock
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 /Cargo.lock
parentac4a5f74b8e56a360e0a0543a6fc45099e13b95a (diff)
fix(runtime): use FQDN in NetDescriptor (#23084)
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock7
1 files changed, 7 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock
index f4f8cff80..075ee0816 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1741,6 +1741,7 @@ dependencies = [
"console_static_text",
"deno_core",
"deno_terminal",
+ "fqdn",
"libc",
"log",
"once_cell",
@@ -2695,6 +2696,12 @@ dependencies = [
]
[[package]]
+name = "fqdn"
+version = "0.3.4"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "1bf664d6b0598fea5600b85cddc79e60d4c1f262f42faf75c2d77dc2164c9a8b"
+
+[[package]]
name = "from_variant"
version = "0.1.7"
source = "registry+https://github.com/rust-lang/crates.io-index"