diff options
| -rw-r--r-- | embassy-usb/Cargo.toml | 2 | ||||
| -rw-r--r-- | 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 } | |||
| 56 | heapless = "0.8" | 56 | heapless = "0.8" |
| 57 | 57 | ||
| 58 | # for HID | 58 | # for HID |
| 59 | usbd-hid = { version = "0.7.0", optional = true } | 59 | usbd-hid = { version = "0.8.1", optional = true } |
| 60 | ssmarshal = { version = "1.0", default-features = false, optional = true } | 60 | 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" | |||
| 44 | byte-slice-cast = { version = "1.2.0", default-features = false } | 44 | byte-slice-cast = { version = "1.2.0", default-features = false } |
| 45 | smart-leds = "0.3.0" | 45 | smart-leds = "0.3.0" |
| 46 | heapless = "0.8" | 46 | heapless = "0.8" |
| 47 | usbd-hid = "0.7.0" | 47 | usbd-hid = "0.8.1" |
| 48 | 48 | ||
| 49 | embedded-hal-1 = { package = "embedded-hal", version = "1.0" } | 49 | embedded-hal-1 = { package = "embedded-hal", version = "1.0" } |
| 50 | embedded-hal-async = "1.0" | 50 | embedded-hal-async = "1.0" |
