From 327216db1938601b1589b915711b482942b0a04c Mon Sep 17 00:00:00 2001 From: RenovateBot Date: Tue, 14 Nov 2023 02:13:33 +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 a01acd6..786c89c 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.7.0" defmt-rtt = "0.4" cortex-m = { version = "0.7.7" }