From 89026bb5100c97fe883104a0ee252f0b22b70b05 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Apr 2025 22:26:01 +0000 Subject: [PATCH] Update defmt requirement from 0.3.8 to 1.0.1 Updates the requirements on [defmt](https://github.com/knurling-rs/defmt) to permit the latest version. - [Release notes](https://github.com/knurling-rs/defmt/releases) - [Changelog](https://github.com/knurling-rs/defmt/blob/main/CHANGELOG.md) - [Commits](https://github.com/knurling-rs/defmt/commits) --- updated-dependencies: - dependency-name: defmt dependency-version: 1.0.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- example/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/Cargo.toml b/example/Cargo.toml index e9946ca..c20a0f3 100644 --- a/example/Cargo.toml +++ b/example/Cargo.toml @@ -17,7 +17,7 @@ defmt-error = [] [dependencies] panic-probe = { version = "0.3.2", features = ["print-defmt"] } -defmt = "0.3.8" +defmt = "1.0.1" defmt-rtt = "0.4.1" cortex-m = {version = "0.7.7", features = ["critical-section-single-core"] }