From f8a17bf38de10f1e696b2eaf9d6ded1051ca734c Mon Sep 17 00:00:00 2001 From: RenovateBot Date: Thu, 16 May 2024 09:05:24 +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 0354ee4..9b1cf5f 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.7" -usb-device = "0.2.9" +usb-device = "0.3.2" usbd-hid = "0.6.1" critical-section = "1.1.2"