From f47274efb2680e46136e839acda6c59bb6e4004a Mon Sep 17 00:00:00 2001 From: RenovateBot Date: Thu, 8 Feb 2024 02:03:55 +0000 Subject: [PATCH] Update Rust crate defmt to 0.3.6 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 6f7a084..89544b6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ cortex-m = "0.7.7" cortex-m-rt = "0.7.3" rp-pico = "0.8.0" panic-halt = "0.2.0" -defmt = "0.3.5" +defmt = "0.3.6" usb-device = "0.2.9" usbd-hid = "0.6.1" critical-section = "1.1.2" -- 2.45.2