Update Rust crate usbd-hid to 0.8.0
Some checks failed
Gavania Merge Build / build (pull_request) Has been cancelled

This commit is contained in:
RenovateBot 2024-11-24 12:53:46 +00:00
parent c1ac967758
commit 40cc922564

View file

@ -14,7 +14,7 @@ embassy-futures = { version = "0.1.0", git = "https://github.com/embassy-rs/emba
numtoa = "0.2.4"
usbd-hid = "0.6.1"
usbd-hid = "0.8.0"
defmt-rtt = "0.4"
cortex-m = { version = "0.7.7" }