From 96367e184863a896ecaa8132c5adfc18b3f7dde6 Mon Sep 17 00:00:00 2001 From: RenovateBot Date: Thu, 10 Aug 2023 02:01:36 +0200 Subject: [PATCH] Update Rust crate critical-section to 1.1.2 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 3ab560d..c078f18 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,7 @@ panic-halt = "0.2.0" defmt = "0.3.5" usb-device = "0.2.9" usbd-hid = "0.6.1" -critical-section = "1.1.1" +critical-section = "1.1.2" embedded-hal = "0.2.7" fugit = "0.3.7" numtoa = "0.2.4"