From 17e900a29468ee3fa9c89af9bc9fc5e90742827b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 30 Mar 2022 08:03:17 +0000 Subject: [PATCH] Update panic-semihosting requirement from 0.5.6 to 0.6.0 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/master/CHANGELOG.md) - [Commits](https://github.com/rust-embedded/cortex-m/compare/v0.5.6...v0.6.0) --- updated-dependencies: - dependency-name: panic-semihosting dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 26db9108..5ae0609a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -61,7 +61,7 @@ version = "0.2.7" [dev-dependencies] panic-halt = "0.2.0" -panic-semihosting = "0.5.6" +panic-semihosting = "0.6.0" panic-itm = "0.4.2" cortex-m-rtfm = "0.5.3" cortex-m-semihosting = "0.3.7"