@@ -11,7 +11,7 @@ license = "0BSD"
1111name = " stm32f4xx-hal"
1212readme = " README.md"
1313repository = " https://github.com/stm32-rs/stm32f4xx-hal"
14- version = " 0.22.1 "
14+ version = " 0.23.0 "
1515
1616[package .metadata .docs .rs ]
1717features = [
@@ -27,12 +27,13 @@ features = [
2727targets = [" thumbv7em-none-eabihf" ]
2828
2929[dependencies ]
30- defmt = { version = " 0.3.10 " , optional = true }
30+ defmt = { version = " 1.0.1 " , optional = true }
3131bxcan = { version = " 0.8" , optional = true }
3232cortex-m = { version = " 0.7.7" , features = [" critical-section-single-core" ] }
3333cortex-m-rt = " 0.7.5"
3434nb = " 1.1"
35- rand_core = " 0.6.4"
35+ rand_core_06 = { package = " rand_core" , version = " 0.6.4" }
36+ rand_core = " 0.9.3"
3637synopsys-usb-otg = { version = " 0.4.0" , features = [
3738 " cortex-m" ,
3839], optional = true }
@@ -52,14 +53,14 @@ cortex-m-rtic = { version = "1.1.4", features = [
5253 " test-critical-section" ,
5354], optional = true }
5455# rtic2
55- rtic-time = { version = " 2.0" , optional = true }
56+ rtic-time = { version = " 2.0.1 " , optional = true }
5657embedded-hal-async = { version = " 1.0" , optional = true }
57- rtic = { version = " 2.1. 2" , features = [" thumbv7-backend" ], optional = true }
58+ rtic = { version = " 2.2" , features = [" thumbv7-backend" ], optional = true }
5859atomic-polyfill = { version = " 1.0.3" , optional = true }
5960
6061stm32-fmc = { version = " 0.4.0" , optional = true }
6162
62- enumflags2 = " 0.7.11 "
63+ enumflags2 = " 0.7.12 "
6364embedded-storage = " 0.3"
6465document-features = " 0.2"
6566
@@ -70,7 +71,7 @@ version = "0.16.0"
7071features = [" atomics" ]
7172
7273[dependencies .time ]
73- version = " 0.3.37 "
74+ version = " 0.3.44 "
7475default-features = false
7576
7677[dependencies .embedded-hal-02 ]
@@ -92,27 +93,28 @@ version = "0.5.0"
9293optional = true
9394
9495[dev-dependencies ]
95- defmt = " 0.3.4"
96- defmt-rtt = " 0.4.0"
97- panic-probe = { version = " 0.3.2" , features = [" print-defmt" ] }
96+ static_cell = " 2.1.1"
97+ defmt = " 1.0.1"
98+ defmt-rtt = " 1.0"
99+ panic-probe = { version = " 1.0" , features = [" print-defmt" ] }
98100panic-semihosting = " 0.6.0"
99101cortex-m-semihosting = " 0.5.0"
100- heapless = " 0.8 "
102+ heapless = " 0.9.1 "
101103panic-halt = " 1.0.0"
102- ssd1306 = " 0.9 .0"
104+ ssd1306 = " 0.10 .0"
103105embedded-graphics = " 0.8.1"
104106embedded-graphics-07 = { package = " embedded-graphics" , version = " 0.7.1" }
105107embedded-hal-bus = " 0.3.0"
106108usb-device = " 0.3.1"
107109usbd-serial = " 0.2.0"
108- micromath = " 2"
110+ micromath = " 2.1 "
109111dwt-systick-monotonic = " 1.1"
110112st7789 = " 0.7.0"
111113rtt-target = { version = " 0.6.1" }
112114display-interface-spi-04 = { package = " display-interface-spi" , version = " 0.4.1" }
113115ist7920 = " 0.1.1"
114- smart-leds = " 0.3 .0"
115- ws2812-spi = { version = " 0.4.0 " , features = [] }
116+ smart-leds = " 0.4 .0"
117+ ws2812-spi = { version = " 0.5.1 " , features = [] }
116118hd44780-driver = " 0.4.0"
117119display-interface = " 0.5"
118120display-interface-04 = { package = " display-interface" , version = " 0.4.1" }
0 commit comments