From 8babf8c36453c85ef05539c3eafd5777fae6e062 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Dec 2024 18:18:19 +0000 Subject: [PATCH] Update rppal requirement from 0.19.0 to 0.20.0 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.19.0...0.20.0) --- 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 d07d4b8..51f80ce 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.19.0", features = ["hal"] } +rppal = { version = "0.20.0", features = ["hal"] } serde_test = "1.0.176" [features]