From bcd54bf995e3db87117ee85b64bc71cf90226106 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 15 Oct 2025 19:02:22 +0800 Subject: [PATCH] chore(deps): update rust crate gethostname to 1.1.0 (#5065) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- src-tauri/Cargo.lock | 6 +++--- src-tauri/Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src-tauri/Cargo.lock b/src-tauri/Cargo.lock index 6bd985be..b1f34105 100644 --- a/src-tauri/Cargo.lock +++ b/src-tauri/Cargo.lock @@ -2580,12 +2580,12 @@ dependencies = [ [[package]] name = "gethostname" -version = "1.0.2" +version = "1.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fc257fdb4038301ce4b9cd1b3b51704509692bb3ff716a410cbd07925d9dae55" +checksum = "1bd49230192a3797a9a4d6abe9b3eed6f7fa4c8a8a4947977c6f80025f92cbd8" dependencies = [ "rustix 1.1.2", - "windows-targets 0.52.6", + "windows-link 0.2.1", ] [[package]] diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index 4b0534d5..c07cf6d8 100755 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -66,7 +66,7 @@ getrandom = "0.3.4" futures = "0.3.31" sys-locale = "0.3.2" libc = "0.2.177" -gethostname = "1.0.2" +gethostname = "1.1.0" hmac = "0.12.1" sha2 = "0.10.9" hex = "0.4.3"