From 8b363c9490b662908d4877c161c3ad40c3364aee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 May 2026 16:24:31 +0000 Subject: [PATCH] build(deps): bump pam-bindings from 0.1.1 to 0.1.2 Bumps [pam-bindings](https://github.com/lvkv/pam-rs) from 0.1.1 to 0.1.2. - [Release notes](https://github.com/lvkv/pam-rs/releases) - [Commits](https://github.com/lvkv/pam-rs/commits/v0.1.2) --- updated-dependencies: - dependency-name: pam-bindings dependency-version: 0.1.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- pam/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 4f5371b47..0842b3b05 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1966,9 +1966,9 @@ dependencies = [ [[package]] name = "pam-bindings" -version = "0.1.1" +version = "0.1.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "95c337e922acb6ab9c3ddd1016fed13957a5bf14f51b6caa293ddc8dd47660ca" +checksum = "2ebcdd98d8b23979d48652df6a126a5ee7f389b8ce9e821ae626dcf27b8e2fad" dependencies = [ "libc", ] diff --git a/pam/Cargo.toml b/pam/Cargo.toml index 732fcd798..820b7e531 100644 --- a/pam/Cargo.toml +++ b/pam/Cargo.toml @@ -20,7 +20,7 @@ gethostname = "1.1.0" hex = "0.4.3" libc = "0.2.186" log = "0.4.29" -pam-bindings = "0.1.1" +pam-bindings = "0.1.2" serde = "1.0.228" serde_json = "1.0.149" whoami = "2.1.0"