From 029cfad3606f53458c51fb133683c7724ca843db Mon Sep 17 00:00:00 2001 From: RenovateBot Date: Mon, 22 Apr 2024 18:04:55 +0000 Subject: [PATCH] Update Rust crate usbd-serial to 0.2.2 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index c078f18..2409206 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,7 +17,7 @@ critical-section = "1.1.2" embedded-hal = "0.2.7" fugit = "0.3.7" numtoa = "0.2.4" -usbd-serial = "0.1.1" +usbd-serial = "0.2.2" [features] serial = []