From d6dd5206d4609d610cee4e8bb57b24ba02a1ccb3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 7 Aug 2026 18:24:48 +0000 Subject: [PATCH] Update panic-semihosting requirement from 0.6 to 0.7 in /no-std-examples Updates the requirements on [panic-semihosting](https://github.com/rust-embedded/cortex-m) to permit the latest version. - [Release notes](https://github.com/rust-embedded/cortex-m/releases) - [Changelog](https://github.com/rust-embedded/cortex-m/blob/v0.7.0/CHANGELOG.md) - [Commits](https://github.com/rust-embedded/cortex-m/compare/v0.6.0...v0.7.0) --- updated-dependencies: - dependency-name: panic-semihosting dependency-version: 0.7.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- no-std-examples/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/no-std-examples/Cargo.toml b/no-std-examples/Cargo.toml index 89e4bb0..380675f 100644 --- a/no-std-examples/Cargo.toml +++ b/no-std-examples/Cargo.toml @@ -10,7 +10,7 @@ struct-patch = { path = "../lib" } linked_list_allocator = "0.10" cortex-m-rt = "0.7" cortex-m-semihosting = "0.5" -panic-semihosting = "0.6" +panic-semihosting = "0.7" [features] default = []