From f9fd07aff3221ff6764b86acec46160a9e9daf1a Mon Sep 17 00:00:00 2001 From: RenovateBot Date: Fri, 9 Feb 2024 02:03:43 +0000 Subject: [PATCH] Update Rust crate usbd-hid to 0.7.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 89544b6..5f0ee2d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,5 +12,5 @@ rp-pico = "0.8.0" panic-halt = "0.2.0" defmt = "0.3.6" usb-device = "0.2.9" -usbd-hid = "0.6.1" +usbd-hid = "0.7.0" critical-section = "1.1.2"