Update Rust crate usb-device to 0.3.2
All checks were successful
Gavania Merge Build / Serial Reader (pull_request) Successful in 13m52s

This commit is contained in:
RenovateBot 2024-03-11 21:00:58 +00:00
parent cc98af97a7
commit fdcc2f27c7

View file

@ -13,7 +13,7 @@ embedded-time = "0.12.1"
panic-probe = { version = "0.3.1", features = ["print-defmt"] }
usb-device= "0.3.1"
usb-device= "0.3.2"
usbd-serial = "0.2.1"
# We're using a Pico by default on this template