From 448786a5ff42534d416bf782617ecae678bd7b12 Mon Sep 17 00:00:00 2001 From: RenovateBot Date: Fri, 3 Feb 2023 02:02:01 +0100 Subject: [PATCH] Update Rust crate defmt to 0.3.2 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 8d2fb62..563fc21 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ cortex-m = "0.7.2" cortex-m-rt = "0.7.2" rp-pico = "0.6.0" panic-halt = "0.2.0" -defmt = "0.3.0" +defmt = "0.3.2" usb-device = "0.2.9" usbd-hid = "0.6.1" critical-section = "1.1.1" \ No newline at end of file -- 2.45.2