Merge pull request #356 from readur/renovate/hostname-0.x-lockfile

chore(deps): update rust crate hostname to v0.4.2
This commit is contained in:
Jon Fuller 2025-12-09 12:11:17 -08:00 committed by GitHub
commit 3b9cfdda3b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 3 deletions

6
Cargo.lock generated
View File

@ -2000,13 +2000,13 @@ dependencies = [
[[package]] [[package]]
name = "hostname" name = "hostname"
version = "0.4.1" version = "0.4.2"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a56f203cd1c76362b69e3863fd987520ac36cf70a8c92627449b2f64a8cf7d65" checksum = "617aaa3557aef3810a6369d0a99fac8a080891b68bd9f9812a1eeda0c0730cbd"
dependencies = [ dependencies = [
"cfg-if", "cfg-if",
"libc", "libc",
"windows-link 0.1.3", "windows-link 0.2.1",
] ]
[[package]] [[package]]