From 80d798357b780d1effa6e03718e9cf5bc3525a49 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 30 Aug 2026 07:11:54 +0000 Subject: [PATCH] Update cortex-m-semihosting requirement in /examples/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] --- examples/no-std-examples/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/no-std-examples/Cargo.toml b/examples/no-std-examples/Cargo.toml index 3a5f0d7..fc0c355 100644 --- a/examples/no-std-examples/Cargo.toml +++ b/examples/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.7" [features]