From e08103005d5209658307543beccbaa975789f1a4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Apr 2026 22:17:16 +0000 Subject: [PATCH] Update embedded-io requirement from 0.6.1 to 0.7.1 Updates the requirements on [embedded-io](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/commits/embedded-io-v0.7.1) --- updated-dependencies: - dependency-name: embedded-io dependency-version: 0.7.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- drivers/shared/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/shared/Cargo.toml b/drivers/shared/Cargo.toml index fa80717e..3d34333e 100644 --- a/drivers/shared/Cargo.toml +++ b/drivers/shared/Cargo.toml @@ -14,7 +14,7 @@ synchronization = { workspace = true } embassy-futures = { workspace = true } embedded-io-async = "0.6.1" embedded-tls = { workspace = true } -embedded-io = "0.6.1" +embedded-io = "0.7.1" rand_core = "0.6" getrandom = { version = "0.4.2" }