From 8d6d2cce13ff8b0cb51a1814bd1cc9cad4e14c4c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 Nov 2024 17:35:16 +0000 Subject: [PATCH] Update rtt-target requirement from 0.5.0 to 0.6.0 in /examples/ccm-demo Updates the requirements on [rtt-target](https://github.com/probe-rs/rtt-target) to permit the latest version. - [Release notes](https://github.com/probe-rs/rtt-target/releases) - [Commits](https://github.com/probe-rs/rtt-target/compare/v0.5.0...rtt-target-v0.6.0) --- updated-dependencies: - dependency-name: rtt-target dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- examples/ccm-demo/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/ccm-demo/Cargo.toml b/examples/ccm-demo/Cargo.toml index 8f736529..55bfdf14 100644 --- a/examples/ccm-demo/Cargo.toml +++ b/examples/ccm-demo/Cargo.toml @@ -8,7 +8,7 @@ publish = false [dependencies] cortex-m = { version = "0.7.3", features = ["critical-section-single-core"] } cortex-m-rt = "0.7.0" -rtt-target = "0.5.0" +rtt-target = "0.6.0" rand_core = "0.6.3" nrf52805-hal = { path = "../../nrf52805-hal", features = ["rt"], optional = true }