From 2571e0416f5f592cc92f5c72550dcdad6063823b Mon Sep 17 00:00:00 2001
From: JuliDi <20155974+JuliDi@users.noreply.github.com>
Date: Tue, 16 Jul 2024 12:26:51 +0200
Subject: [PATCH] bump usbd-hid from 0.7.0 to 0.8.1

---
 embassy-usb/Cargo.toml | 2 +-
 examples/rp/Cargo.toml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/embassy-usb/Cargo.toml b/embassy-usb/Cargo.toml
index 191ed0a6a..1cc9cf64e 100644
--- a/embassy-usb/Cargo.toml
+++ b/embassy-usb/Cargo.toml
@@ -56,5 +56,5 @@ log = { version = "0.4.14", optional = true }
 heapless = "0.8"
 
 # for HID
-usbd-hid = { version = "0.7.0", optional = true }
+usbd-hid = { version = "0.8.1", optional = true }
 ssmarshal = { version = "1.0", default-features = false, optional = true }
diff --git a/examples/rp/Cargo.toml b/examples/rp/Cargo.toml
index d06ab5e5a..604112546 100644
--- a/examples/rp/Cargo.toml
+++ b/examples/rp/Cargo.toml
@@ -44,7 +44,7 @@ display-interface = "0.4.1"
 byte-slice-cast = { version = "1.2.0", default-features = false }
 smart-leds = "0.3.0"
 heapless = "0.8"
-usbd-hid = "0.7.0"
+usbd-hid = "0.8.1"
 
 embedded-hal-1 = { package = "embedded-hal", version = "1.0" }
 embedded-hal-async = "1.0"