From 40cc92256424a69c2244f751850c4d309e21e04b Mon Sep 17 00:00:00 2001 From: RenovateBot Date: Sun, 24 Nov 2024 12:53:46 +0000 Subject: [PATCH] Update Rust crate usbd-hid to 0.8.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index a01acd6..46f7156 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ embassy-futures = { version = "0.1.0", git = "https://github.com/embassy-rs/emba numtoa = "0.2.4" -usbd-hid = "0.6.1" +usbd-hid = "0.8.0" defmt-rtt = "0.4" cortex-m = { version = "0.7.7" }