From 549a8545cec6d348af71002f9ace5549efeb8aa2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 May 2026 20:26:30 +0000 Subject: [PATCH] deps(rust): bump gethostname from 0.4.3 to 1.1.0 Bumps gethostname from 0.4.3 to 1.1.0. --- updated-dependencies: - dependency-name: gethostname dependency-version: 1.1.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Cargo.lock | 8 ++++---- pam-prmana/Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d07e0e5..91aa3d5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -839,12 +839,12 @@ dependencies = [ [[package]] name = "gethostname" -version = "0.4.3" +version = "1.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0176e0459c2e4a1fe232f984bca6890e681076abb9934f6cea7c326f3fc47818" +checksum = "1bd49230192a3797a9a4d6abe9b3eed6f7fa4c8a8a4947977c6f80025f92cbd8" dependencies = [ - "libc", - "windows-targets 0.48.5", + "rustix", + "windows-link", ] [[package]] diff --git a/pam-prmana/Cargo.toml b/pam-prmana/Cargo.toml index 8f4ed48..1a7737a 100644 --- a/pam-prmana/Cargo.toml +++ b/pam-prmana/Cargo.toml @@ -46,7 +46,7 @@ base64 = "0.21" uzers = "0.12" syslog = "6.1" figment = { version = "0.10", features = ["yaml", "env"] } -gethostname = "0.4" +gethostname = "1.1" getrandom = "0.3" parking_lot = "0.12" p256 = { version = "0.13", features = ["ecdsa"] }