From ea3259b437b0170c825e52b3bcebe977a529410e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 7 Aug 2026 18:24:53 +0000 Subject: [PATCH] Update cortex-m-semihosting requirement in /no-std-examples Updates the requirements on [cortex-m-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.6.0/CHANGELOG.md) - [Commits](https://github.com/rust-embedded/cortex-m/compare/v0.5.0...v0.6.0) --- updated-dependencies: - dependency-name: cortex-m-semihosting dependency-version: 0.6.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..e751485 100644 --- a/no-std-examples/Cargo.toml +++ b/no-std-examples/Cargo.toml @@ -9,7 +9,7 @@ license = "MIT" struct-patch = { path = "../lib" } linked_list_allocator = "0.10" cortex-m-rt = "0.7" -cortex-m-semihosting = "0.5" +cortex-m-semihosting = "0.6" panic-semihosting = "0.6" [features]