From 4dfc02da3e372eba5f141927d1301db53ec32cf8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Oct 2025 18:07:30 +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/compare/embedded-io-v0.6.1...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] --- capnp/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/capnp/Cargo.toml b/capnp/Cargo.toml index d6df9681f..8c515deab 100644 --- a/capnp/Cargo.toml +++ b/capnp/Cargo.toml @@ -17,7 +17,7 @@ keywords = ["encoding", "protocol", "serialization"] [dependencies] quickcheck = { version = "1", optional = true } -embedded-io = { version = "0.6.1", default-features = false, optional = true } +embedded-io = { version = "0.7.1", default-features = false, optional = true } [dev-dependencies] quickcheck = "1"