From 2c9a8e38b5520b0f29ae90ef45e377aed06da98e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2024 17:11:07 +0000 Subject: [PATCH] Update rppal requirement from 0.20.0 to 0.22.1 Updates the requirements on [rppal](https://github.com/golemparts/rppal) to permit the latest version. - [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.20.0...0.22.1) --- updated-dependencies: - dependency-name: rppal dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 51f80ce..21ea653 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,7 +21,7 @@ embedded-hal-bus = { version = "0.2.0", features = ["std"] } eyre = "0.6.9" log = "0.4.20" pretty_env_logger = "0.5.0" -rppal = { version = "0.20.0", features = ["hal"] } +rppal = { version = "0.22.1", features = ["hal"] } serde_test = "1.0.176" [features]