ALPHA: wire is a tool to deploy nixos systems wire.althaea.zone/

build(deps): bump gethostname from 1.0.2 to 1.1.0 (#297)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

authored by

dependabot[bot]
dependabot[bot]
and committed by
GitHub
0a3628ac e7c42c2b

+4 -4
+3 -3
Cargo.lock
··· 539 539 540 540 [[package]] 541 541 name = "gethostname" 542 - version = "1.0.2" 542 + version = "1.1.0" 543 543 source = "registry+https://github.com/rust-lang/crates.io-index" 544 - checksum = "fc257fdb4038301ce4b9cd1b3b51704509692bb3ff716a410cbd07925d9dae55" 544 + checksum = "1bd49230192a3797a9a4d6abe9b3eed6f7fa4c8a8a4947977c6f80025f92cbd8" 545 545 dependencies = [ 546 546 "rustix", 547 - "windows-targets 0.52.6", 547 + "windows-link 0.2.1", 548 548 ] 549 549 550 550 [[package]]
+1 -1
wire/lib/Cargo.toml
··· 21 21 key_agent = { path = "../key_agent" } 22 22 futures = "0.3.31" 23 23 prost = { workspace = true } 24 - gethostname = "1.0.2" 24 + gethostname = "1.1.0" 25 25 nix.workspace = true 26 26 miette = { workspace = true } 27 27 rand = "0.9.2"