From e09c42587a8e228f88cca69bae4f6ee3f595684a Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Thu, 2 Oct 2025 10:32:05 +0200 Subject: [PATCH] bump dependencies --- Cargo.toml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 7105db7..a0954b5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,9 +5,9 @@ edition = "2024" license = "MIT OR Apache-2.0" [dependencies] -derive-mmio = "0.5" +derive-mmio = "0.6" bitbybit = "1.3" -arbitrary-int = "1.3" +arbitrary-int = "2" nb = "1" libm = "0.2" critical-section = "1" @@ -15,9 +15,9 @@ thiserror = { version = "2", default-features = false } fugit = "0.3" embedded-hal-async = "1" embedded-hal-nb = "1" -embedded-io = "0.6" -embedded-io-async = "0.6" -embassy-sync = "0.6" +embedded-io = "0.7" +embedded-io-async = "0.7" +embassy-sync = "0.7" raw-slicee = "0.1" [features]