From 12755b099663392aa933201f734922f6e4070772 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Aug 2024 20:22:30 +0000 Subject: [PATCH] Bump rppal from 0.18.0 to 0.19.0 Bumps [rppal](https://github.com/golemparts/rppal) from 0.18.0 to 0.19.0. - [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.18.0...0.19.0) --- updated-dependencies: - dependency-name: rppal dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ba808a3..6f04971 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -677,9 +677,9 @@ dependencies = [ [[package]] name = "rppal" -version = "0.18.0" +version = "0.19.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ae44db779bd0898047804d22b662a9dc533b142c077b3f7e36003f658835c5b9" +checksum = "3b37e992f3222e304708025de77c9e395068a347449d0d7164f52d3beccdbd8d" dependencies = [ "embedded-hal 0.2.7", "embedded-hal 1.0.0", diff --git a/Cargo.toml b/Cargo.toml index 31f1fe4..1da0c44 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -25,7 +25,7 @@ embedded-hal = {version = "1.0.0", optional = true} hd44780-driver = {version = "0.4.0", optional = true} ht16k33 = {version = "0.4.0", optional = true} linux-embedded-hal = {version = "0.3", optional = true} -rppal = {version = "0.18.0", features = ["hal"], optional = true} +rppal = {version = "0.19.0", features = ["hal"], optional = true} veml6030 = {version = "0.1.2", optional = true} [features]