bump all dependencies

This commit is contained in:
Robin Mueller
2025-07-22 11:03:01 +02:00
parent e692f922a4
commit 0befe005d6
9 changed files with 24 additions and 24 deletions

View File

@@ -13,7 +13,7 @@ embedded-hal-async = "1"
embedded-io-async = "0.6"
heapless = "0.8"
defmt-rtt = "0.4"
defmt-rtt = "1"
defmt = "1"
panic-probe = { version = "1", features = ["print-defmt"] }
static_cell = "2"
@@ -21,7 +21,7 @@ critical-section = "1"
ringbuf = { version = "0.4", default-features = false }
nb = "1"
embassy-sync = "0.6"
embassy-sync = "0.7"
embassy-time = "0.4"
embassy-executor = { version = "0.7", features = [
"arch-cortex-m",

View File

@@ -5,7 +5,7 @@ edition = "2021"
[dependencies]
cortex-m = { version = "0.7", features = ["critical-section-single-core"] }
defmt-rtt = "0.4"
defmt-rtt = "1"
defmt = "1"
panic-probe = { version = "1", features = ["defmt"] }

View File

@@ -7,7 +7,7 @@ edition = "2021"
cortex-m = { version = "0.7", features = ["critical-section-single-core"] }
cortex-m-rt = "0.7"
critical-section = "1"
defmt-rtt = "0.4"
defmt-rtt = "1"
defmt = "1"
panic-probe = { version = "1", features = ["defmt"] }
embedded-hal = "1"