From 261f6d47b402759622f55ac83a31886c9fe64773 Mon Sep 17 00:00:00 2001 From: RenovateBot Date: Thu, 16 Nov 2023 02:03:14 +0100 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 c078f18..fb47e5a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,7 @@ rp-pico = "0.7.0" panic-halt = "0.2.0" defmt = "0.3.5" usb-device = "0.2.9" -usbd-hid = "0.6.1" +usbd-hid = "0.7.0" critical-section = "1.1.2" embedded-hal = "0.2.7" fugit = "0.3.7"