bump dependencies

This commit is contained in:
Robin Mueller
2025-10-02 10:32:05 +02:00
parent f3d353aaa6
commit e09c42587a

View File

@@ -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]