From 86765587afdd1e14465c0fa8c56089d72f92cee3 Mon Sep 17 00:00:00 2001 From: RenovateBot Date: Fri, 8 Mar 2024 12:06:15 +0000 Subject: [PATCH] Update Rust crate usb-device to 0.3.2 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 89544b6..f83a9f6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,6 +11,6 @@ cortex-m-rt = "0.7.3" rp-pico = "0.8.0" panic-halt = "0.2.0" defmt = "0.3.6" -usb-device = "0.2.9" +usb-device = "0.3.2" usbd-hid = "0.6.1" critical-section = "1.1.2"