From 3225669c84cb502508d051f3f7481f719e991966 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabian=20Vi=C3=B6l?= Date: Tue, 28 Nov 2023 09:56:38 +0100 Subject: [PATCH] Update dependecies --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 067cb2c..36bbeb4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,8 +12,8 @@ repository = "https://github.com/rust-embedded-community/usb-device" [dependencies] defmt = { version = "0.3", optional = true } portable-atomic = { version = "1.2.0", default-features = false } -num_enum = { version = "0.6.1", default-features = false } -heapless = "0.7" +num_enum = { version = "0.7.1", default-features = false } +heapless = "0.8" [dev-dependencies] rusb = "0.9.1"