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