From 839784d57491d2fc42998218ccae56db95b148ca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Apr 2025 22:26:09 +0000 Subject: [PATCH] Update defmt-rtt requirement from 0.4.1 to 1.0.0 Updates the requirements on [defmt-rtt](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/compare/defmt-rtt-v0.4.1...defmt-v1.0.0) --- updated-dependencies: - dependency-name: defmt-rtt dependency-version: 1.0.0 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..8f09568 100644 --- a/example/Cargo.toml +++ b/example/Cargo.toml @@ -18,7 +18,7 @@ defmt-error = [] [dependencies] panic-probe = { version = "0.3.2", features = ["print-defmt"] } defmt = "0.3.8" -defmt-rtt = "0.4.1" +defmt-rtt = "1.0.0" cortex-m = {version = "0.7.7", features = ["critical-section-single-core"] } cortex-m-rt = "0.7.3"