From f7c3055f631fb52405ca26b74229752bb5294b8b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 12:04:26 +0000 Subject: [PATCH] chore(deps): update embedded-hal requirement from 0.2.3 to 1.0.0 Updates the requirements on [embedded-hal](https://github.com/rust-embedded/embedded-hal) to permit the latest version. - [Release notes](https://github.com/rust-embedded/embedded-hal/releases) - [Commits](https://github.com/rust-embedded/embedded-hal/compare/v0.2.3...embedded-hal-v1.0.0) --- updated-dependencies: - dependency-name: embedded-hal dependency-version: 1.0.0 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 309a86d..d3c7b53 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,4 +12,4 @@ edition = "2018" exclude = [] [dependencies] -embedded-hal = "0.2.3" +embedded-hal = "1.0.0"