diff --git a/Cargo.toml b/Cargo.toml index ed398543..9b615847 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -157,7 +157,7 @@ defmt = "0.3" pin-utils = "0.1" usb-device = { version = "0.3", features = ["test-class-high-speed"] } usbd-serial = "0.2" -usbd-hid = "0.7" +usbd-hid = "0.8" [target.'cfg(all(target_arch = "arm", target_os = "none"))'.dev-dependencies] board = { path = "board" }