@@ -28,11 +28,11 @@ targets = ["thumbv7em-none-eabihf"]
2828
2929[dependencies ]
3030defmt = { version = " 0.3.1" , optional = true }
31- bxcan = { version = " 0.6 " , optional = true }
31+ bxcan = { version = " 0.7 " , optional = true }
3232cortex-m = " 0.7.4"
33- cortex-m-rt = " 0.7"
33+ cortex-m-rt = " 0.7.1 "
3434nb = " 1"
35- rand_core = " 0.6"
35+ rand_core = " 0.6.3 "
3636stm32f4 = " 0.15.1"
3737synopsys-usb-otg = { version = " 0.3.0" , features = [" cortex-m" ], optional = true }
3838sdio-host = { version = " 0.6.0" , optional = true }
@@ -41,15 +41,15 @@ bare-metal = { version = "1" }
4141void = { default-features = false , version = " 1.0.2" }
4242embedded-hal = { features = [" unproven" ], version = " 0.2.7" }
4343display-interface = { version = " 0.4.1" , optional = true }
44- fugit = " 0.3.5 "
44+ fugit = " 0.3.6 "
4545fugit-timer = " 0.1.3"
4646rtic-monotonic = { version = " 1.0" , optional = true }
4747systick-monotonic = { version = " 1.0" , optional = true }
4848bitflags = " 1.3.2"
4949embedded-storage = " 0.2"
5050
5151[dependencies .time ]
52- version = " 0.3"
52+ version = " 0.3.14 "
5353default-features = false
5454
5555[dependencies .embedded-hal-one ]
@@ -62,22 +62,22 @@ optional = true
6262
6363[dev-dependencies ]
6464defmt-rtt = " 0.3.2"
65- panic-semihosting = " 0.5.3 "
66- cortex-m-semihosting = " 0.3.3 "
67- heapless = " 0.7.5 "
65+ panic-semihosting = " 0.6.0 "
66+ cortex-m-semihosting = " 0.5.0 "
67+ heapless = " 0.7.16 "
6868panic-halt = " 0.2.0"
69- ssd1306 = " 0.7.0 "
69+ ssd1306 = " 0.7.1 "
7070embedded-graphics = " 0.7.1"
71- usb-device = " 0.2.5 "
72- usbd-serial = " 0.1.0 "
71+ usb-device = " 0.2.9 "
72+ usbd-serial = " 0.1.1 "
7373micromath = " 2"
74- cortex-m-rtic = " 1.0 "
74+ cortex-m-rtic = " 1.1.3 "
7575dwt-systick-monotonic = " 1.0"
76- st7789 = " 0.6.1 "
76+ st7789 = " 0.7.0 "
7777panic-rtt-target = { version = " 0.1.2" , features = [" cortex-m" ] }
7878rtt-target = { version = " 0.3.1" , features = [" cortex-m" ] }
79- display-interface-spi = " 0.4"
80- ist7920 = " 0.1.0 "
79+ display-interface-spi = " 0.4.1 "
80+ ist7920 = " 0.1.1 "
8181smart-leds = " 0.3.0"
8282ws2812-spi = { version = " 0.4.0" , features = [] }
8383hd44780-driver = " 0.4.0"
0 commit comments