diff options
| author | Nayeem Rahman <nayeemrmn99@gmail.com> | 2024-03-26 23:27:40 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-03-26 23:27:40 +0000 |
| commit | 2cd9c6a8e6bee8379f91efefc3521cd625e36a46 (patch) | |
| tree | dae0f1c2609c722f50b385928d9153f5c9435c72 /Cargo.lock | |
| parent | ac4a5f74b8e56a360e0a0543a6fc45099e13b95a (diff) | |
fix(runtime): use FQDN in NetDescriptor (#23084)
Diffstat (limited to 'Cargo.lock')
| -rw-r--r-- | Cargo.lock | 7 |
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" |
