aboutsummaryrefslogtreecommitdiff
path: root/tests/stm32/Cargo.toml
diff options
context:
space:
mode:
authorYuri Astrakhan <[email protected]>2025-05-18 20:51:15 +0200
committerDario Nieuwenhuis <[email protected]>2025-05-18 20:52:09 +0200
commitef0f29f0ede245671ffd82fcf384a9105f174c24 (patch)
treefeeeb499bf2772a77b1b71b503b173b6890ec22e /tests/stm32/Cargo.toml
parent51d0252194cd69f73bade2aaeef3163f3cc7453f (diff)
Update defmt dependencies
Diffstat (limited to 'tests/stm32/Cargo.toml')
-rw-r--r--tests/stm32/Cargo.toml6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/stm32/Cargo.toml b/tests/stm32/Cargo.toml
index b230e619e..6036a5a97 100644
--- a/tests/stm32/Cargo.toml
+++ b/tests/stm32/Cargo.toml
@@ -70,8 +70,8 @@ embassy-stm32-wpan = { version = "0.1.0", path = "../../embassy-stm32-wpan", opt
70embassy-net = { version = "0.7.0", path = "../../embassy-net", features = ["defmt", "tcp", "udp", "dhcpv4", "medium-ethernet"] } 70embassy-net = { version = "0.7.0", path = "../../embassy-net", features = ["defmt", "tcp", "udp", "dhcpv4", "medium-ethernet"] }
71perf-client = { path = "../perf-client" } 71perf-client = { path = "../perf-client" }
72 72
73defmt = "0.3" 73defmt = "1.0.1"
74defmt-rtt = "0.4" 74defmt-rtt = "1.0.0"
75 75
76cortex-m = { version = "0.7.6", features = ["critical-section-single-core"] } 76cortex-m = { version = "0.7.6", features = ["critical-section-single-core"] }
77cortex-m-rt = "0.7.0" 77cortex-m-rt = "0.7.0"
@@ -80,7 +80,7 @@ embedded-hal-1 = { package = "embedded-hal", version = "1.0" }
80embedded-hal-async = { version = "1.0" } 80embedded-hal-async = { version = "1.0" }
81embedded-can = { version = "0.4" } 81embedded-can = { version = "0.4" }
82micromath = "2.0.0" 82micromath = "2.0.0"
83panic-probe = { version = "0.3.0", features = ["print-defmt"] } 83panic-probe = { version = "1.0.0", features = ["print-defmt"] }
84rand_core = { version = "0.9.1", default-features = false } 84rand_core = { version = "0.9.1", default-features = false }
85rand_chacha = { version = "0.9.0", default-features = false } 85rand_chacha = { version = "0.9.0", default-features = false }
86static_cell = "2" 86static_cell = "2"