From dfef66b73bb339af3d796ab42c03f5970fbe5f57 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 23 Jun 2024 06:49:14 +0000 Subject: [PATCH] Update embedded-hal-bus requirement from 0.1.0 to 0.2.0 Updates the requirements on [embedded-hal-bus](https://github.com/rust-embedded/embedded-hal) to permit the latest version. - [Release notes](https://github.com/rust-embedded/embedded-hal/releases) - [Changelog](https://github.com/rust-embedded/embedded-hal/blob/v0.2.0/CHANGELOG.md) - [Commits](https://github.com/rust-embedded/embedded-hal/compare/embedded-hal-bus-v0.1.0...v0.2.0) --- updated-dependencies: - dependency-name: embedded-hal-bus dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- rtic-sync/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rtic-sync/Cargo.toml b/rtic-sync/Cargo.toml index 6d9358f2d17f..f231929c3d50 100644 --- a/rtic-sync/Cargo.toml +++ b/rtic-sync/Cargo.toml @@ -24,7 +24,7 @@ rtic-common = { version = "1.0.0", path = "../rtic-common" } portable-atomic = { version = "1", default-features = false } embedded-hal = { version = "1.0.0" } embedded-hal-async = { version = "1.0.0" } -embedded-hal-bus = { version = "0.1.0", features = ["async"] } +embedded-hal-bus = { version = "0.2.0", features = ["async"] } defmt-03 = { package = "defmt", version = "0.3", optional = true }