From 6f09fd51bf652d619987675346df6283a597c3d1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 May 2026 20:26:37 +0000 Subject: [PATCH] deps(rust): bump getrandom from 0.3.4 to 0.4.2 Bumps [getrandom](https://github.com/rust-random/getrandom) from 0.3.4 to 0.4.2. - [Changelog](https://github.com/rust-random/getrandom/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-random/getrandom/compare/v0.3.4...v0.4.2) --- updated-dependencies: - dependency-name: getrandom dependency-version: 0.4.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 2 +- pam-prmana/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d07e0e5..4f0c58a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1673,7 +1673,7 @@ dependencies = [ "data-encoding", "figment", "gethostname", - "getrandom 0.3.4", + "getrandom 0.4.2", "hex", "hmac", "jsonwebtoken", diff --git a/pam-prmana/Cargo.toml b/pam-prmana/Cargo.toml index 8f4ed48..c5c02a9 100644 --- a/pam-prmana/Cargo.toml +++ b/pam-prmana/Cargo.toml @@ -47,7 +47,7 @@ uzers = "0.12" syslog = "6.1" figment = { version = "0.10", features = ["yaml", "env"] } gethostname = "0.4" -getrandom = "0.3" +getrandom = "0.4" parking_lot = "0.12" p256 = { version = "0.13", features = ["ecdsa"] } sha1 = "0.10"