bump usbd-hid from 0.7.0 to 0.8.1

This commit is contained in:
JuliDi 2024-07-16 12:26:51 +02:00
parent 4472e08bca
commit 2571e0416f
No known key found for this signature in database
GPG Key ID: 0C98FD5D6597BC5B
2 changed files with 2 additions and 2 deletions

View File

@ -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 }

View File

@ -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"