From aadd31d294c63be48406510d03e51625be074aa5 Mon Sep 17 00:00:00 2001 From: RenovateBot Date: Mon, 13 May 2024 18:05:36 +0000 Subject: [PATCH] Update Rust crate defmt to 0.3.7 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 89544b6..0354ee4 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.6" +defmt = "0.3.7" usb-device = "0.2.9" usbd-hid = "0.6.1" critical-section = "1.1.2" -- 2.45.2