diff --git a/Cargo.lock b/Cargo.lock index 8758c3199..58d97f608 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2673,12 +2673,12 @@ dependencies = [ [[package]] name = "gethostname" -version = "0.4.3" +version = "1.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0176e0459c2e4a1fe232f984bca6890e681076abb9934f6cea7c326f3fc47818" +checksum = "1bd49230192a3797a9a4d6abe9b3eed6f7fa4c8a8a4947977c6f80025f92cbd8" dependencies = [ - "libc", - "windows-targets 0.48.5", + "rustix 1.1.4", + "windows-link 0.2.1", ] [[package]] diff --git a/crates/terraphim_validation/Cargo.toml b/crates/terraphim_validation/Cargo.toml index 91e6895c0..4063ace70 100644 --- a/crates/terraphim_validation/Cargo.toml +++ b/crates/terraphim_validation/Cargo.toml @@ -59,7 +59,7 @@ sysinfo = "0.30" term_size = "0.3" # Additional dependencies for reporting and metadata - gethostname = "0.4" + gethostname = "1.1" os_info = "3.0" rustc_version = "0.4" serde_yaml = "0.9"