aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--embassy-nrf/Cargo.toml2
-rw-r--r--embassy-stm32/Cargo.toml2
-rw-r--r--embassy-usb-dfu/Cargo.toml2
3 files changed, 3 insertions, 3 deletions
diff --git a/embassy-nrf/Cargo.toml b/embassy-nrf/Cargo.toml
index c60aac8b8..9a5fdc809 100644
--- a/embassy-nrf/Cargo.toml
+++ b/embassy-nrf/Cargo.toml
@@ -226,7 +226,7 @@ rand-core-09 = { package = "rand_core", version = "0.9" }
226nrf-pac = { version = "0.2.0" } 226nrf-pac = { version = "0.2.0" }
227 227
228defmt = { version = "1.0.1", optional = true } 228defmt = { version = "1.0.1", optional = true }
229bitflags = "2.4.2" 229bitflags = "2.10.0"
230log = { version = "0.4.14", optional = true } 230log = { version = "0.4.14", optional = true }
231cortex-m-rt = ">=0.6.15,<0.8" 231cortex-m-rt = ">=0.6.15,<0.8"
232cortex-m = "0.7.6" 232cortex-m = "0.7.6"
diff --git a/embassy-stm32/Cargo.toml b/embassy-stm32/Cargo.toml
index 7989fc5d7..0de8552c7 100644
--- a/embassy-stm32/Cargo.toml
+++ b/embassy-stm32/Cargo.toml
@@ -193,7 +193,7 @@ document-features = "0.2.7"
193 193
194static_assertions = { version = "1.1" } 194static_assertions = { version = "1.1" }
195volatile-register = { version = "0.2.1" } 195volatile-register = { version = "0.2.1" }
196bitflags = "2.4.2" 196bitflags = "2.10.0"
197 197
198block-device-driver = { version = "0.2" } 198block-device-driver = { version = "0.2" }
199aligned = "0.4.1" 199aligned = "0.4.1"
diff --git a/embassy-usb-dfu/Cargo.toml b/embassy-usb-dfu/Cargo.toml
index 8b32582c0..4f952a047 100644
--- a/embassy-usb-dfu/Cargo.toml
+++ b/embassy-usb-dfu/Cargo.toml
@@ -35,7 +35,7 @@ features = ["defmt", "cortex-m", "dfu"]
35defmt = { version = "1.0.1", optional = true } 35defmt = { version = "1.0.1", optional = true }
36log = { version = "0.4.17", optional = true } 36log = { version = "0.4.17", optional = true }
37 37
38bitflags = "2.4.1" 38bitflags = "2.10.0"
39cortex-m = { version = "0.7.7", features = ["inline-asm"], optional = true } 39cortex-m = { version = "0.7.7", features = ["inline-asm"], optional = true }
40embassy-boot = { version = "0.6.1", path = "../embassy-boot" } 40embassy-boot = { version = "0.6.1", path = "../embassy-boot" }
41embassy-futures = { version = "0.1.2", path = "../embassy-futures" } 41embassy-futures = { version = "0.1.2", path = "../embassy-futures" }