From ef02aae2da60e824d02cd64f82d1616e2d259638 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Oct 2025 09:01:19 +0000 Subject: [PATCH] build(deps): update embedded-io-async requirement Updates the requirements on [embedded-io-async](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/embedded-io-async-v0.6.1...embedded-io-async-v0.7.0) --- updated-dependencies: - dependency-name: embedded-io-async dependency-version: 0.7.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- crates/tosca-esp32c3/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/tosca-esp32c3/Cargo.toml b/crates/tosca-esp32c3/Cargo.toml index 9eeb5353..b7e671b4 100644 --- a/crates/tosca-esp32c3/Cargo.toml +++ b/crates/tosca-esp32c3/Cargo.toml @@ -38,7 +38,7 @@ embassy-time.version = "0.5.0" embassy-time.features = ["log"] # Asynchronous read and write traits -embedded-io-async.version = "0.6.1" +embedded-io-async.version = "0.7.0" # Esp dependencies esp-alloc.version = "0.8.0"