From 353cc9c29c3678300ac0e7fe45e9d02811960058 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Feb 2026 16:27:30 -0500 Subject: [PATCH] chore(deps): bump rppal from 0.14.1 to 0.22.1 (#643) Bumps [rppal](https://github.com/golemparts/rppal) from 0.14.1 to 0.22.1. - [Release notes](https://github.com/golemparts/rppal/releases) - [Changelog](https://github.com/golemparts/rppal/blob/master/CHANGELOG.md) - [Commits](https://github.com/golemparts/rppal/compare/0.14.1...0.22.1) --- updated-dependencies: - dependency-name: rppal dependency-version: 0.22.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ce85815..61fe874 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3159,9 +3159,9 @@ dependencies = [ [[package]] name = "rppal" -version = "0.14.1" +version = "0.22.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "612e1a22e21f08a246657c6433fe52b773ae43d07c9ef88ccfc433cc8683caba" +checksum = "c1ce3b019009cff02cb6b0e96e7cc2e5c5b90187dc1a490f8ef1521d0596b026" dependencies = [ "libc", ] diff --git a/Cargo.toml b/Cargo.toml index 1a0ffc7..e8ddd6c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -127,7 +127,7 @@ pdf-extract = { version = "0.10", optional = true } # Raspberry Pi GPIO / Landlock (Linux only) — target-specific to avoid compile failure on macOS [target.'cfg(target_os = "linux")'.dependencies] -rppal = { version = "0.14", optional = true } +rppal = { version = "0.22", optional = true } landlock = { version = "0.4", optional = true } [features]