From 3835d84e6fb62bf6919a4ead0d324c61e874cad1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 Oct 2021 10:05:45 +0000 Subject: [PATCH] Bump driver-pal from 0.8.0-alpha.4 to 0.8.0-alpha.5 Bumps [driver-pal](https://github.com/ryankurte/rust-driver-pal) from 0.8.0-alpha.4 to 0.8.0-alpha.5. - [Release notes](https://github.com/ryankurte/rust-driver-pal/releases) - [Commits](https://github.com/ryankurte/rust-driver-pal/compare/v0.8.0-alpha.4...v0.8.0-alpha.5) --- updated-dependencies: - dependency-name: driver-pal dependency-type: direct:production update-type: version-update:semver-patch ... 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 6c68167..120a946 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -149,9 +149,9 @@ dependencies = [ [[package]] name = "driver-pal" -version = "0.8.0-alpha.4" +version = "0.8.0-alpha.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c7ce46aecef16e52b51e03656c9418ecf30a0fe3a686e9647bc689821d1f17ca" +checksum = "a573e04245e4e5db4acf120972ca90e1af82a1c9bd9e15078c875888a341c272" dependencies = [ "driver-cp2130", "embedded-hal", diff --git a/Cargo.toml b/Cargo.toml index c02d352..c822554 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,7 +18,7 @@ libc = "0.2" log = { version = "0.4" } bitflags = "1.0" -driver-pal = { version = "0.8.0-alpha.4", default_features = false } +driver-pal = { version = "0.8.0-alpha.5", default_features = false } linux-embedded-hal = { version = "0.4.0-alpha.1", optional = true } driver-cp2130 = { version = "1.0.0-alpha.4", optional = true }