From 051de59c3c7af3c32d28acfdecf6cd4dd69f9102 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 15 Oct 2020 04:20:28 +0000 Subject: [PATCH] Update cortex-m-semihosting requirement from 0.3.3 to 0.4.0 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/master/CHANGELOG.md) - [Commits](https://github.com/rust-embedded/cortex-m/compare/c-m-sh-v0.3.5...v0.4.0) Signed-off-by: dependabot-preview[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index f8941de..b92c6c0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -44,7 +44,7 @@ bitflags = "1.0.4" [dev-dependencies] cortex-m = "0.6.0" cortex-m-rt = "0.6.8" -cortex-m-semihosting = "0.3.3" +cortex-m-semihosting = "0.4.0" stm32f4xx-hal = { version = "0.7.0", features = ["stm32f401"] } panic-semihosting = "0.5.2"