From 88932b0ba5c804175575fff4e8cdcfaf975b4ec5 Mon Sep 17 00:00:00 2001 From: RenovateBot Date: Sat, 8 Apr 2023 02:01:48 +0200 Subject: [PATCH] Update Rust crate defmt to 0.3.4 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index d694ba2..2911ed2 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.7.0" panic-halt = "0.2.0" -defmt = "0.3.2" +defmt = "0.3.4" usb-device = "0.2.9" usbd-hid = "0.6.1" critical-section = "1.1.1"