chore(deps): update rust crate gethostname to 1.1.0 (#5065)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2025-10-15 19:02:22 +08:00
committed by GitHub
Unverified
parent 0b4403b67b
commit bcd54bf995
2 changed files with 4 additions and 4 deletions

6
src-tauri/Cargo.lock generated
View File

@@ -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]]

View File

@@ -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"