From 27020579e936154a7c2958f7c6fd962468b15679 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Apr 2025 22:26:05 +0000 Subject: [PATCH] Update panic-probe requirement from 0.3.2 to 1.0.0 Updates the requirements on [panic-probe](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/panic-probe-v0.3.2...defmt-v1.0.0) --- updated-dependencies: - dependency-name: panic-probe 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..afb3e88 100644 --- a/example/Cargo.toml +++ b/example/Cargo.toml @@ -16,7 +16,7 @@ defmt-warn = [] defmt-error = [] [dependencies] -panic-probe = { version = "0.3.2", features = ["print-defmt"] } +panic-probe = { version = "1.0.0", features = ["print-defmt"] } defmt = "0.3.8" defmt-rtt = "0.4.1"