From 86b28c26d010b237846d9300d295376edbba5d50 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Nov 2020 05:03:13 +0000 Subject: [PATCH] Bump rtt-target from 0.2.0 to 0.3.0 Bumps [rtt-target](https://github.com/mvirkkunen/rtt-target) from 0.2.0 to 0.3.0. - [Release notes](https://github.com/mvirkkunen/rtt-target/releases) - [Commits](https://github.com/mvirkkunen/rtt-target/compare/v0.2.0...v0.3.0) Signed-off-by: dependabot[bot] --- Cargo.lock | 7 +++---- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 26ea5d2..04a60bb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -119,7 +119,7 @@ dependencies = [ "ht32f5xxxx", "nb", "panic-rtt-target", - "rtt-target 0.2.0", + "rtt-target 0.3.0", ] [[package]] @@ -174,13 +174,12 @@ dependencies = [ [[package]] name = "rtt-target" -version = "0.2.0" +version = "0.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "58b1f36984bbcf227044b3b7af1de14a6ebe51b9d21cd856a3d5ba41c70ec191" +checksum = "01a267556daa12832ffc20129af69a6db0a28af91bcf12b4468af21f48818f66" dependencies = [ "cortex-m", "ufmt-write", - "vcell", ] [[package]] diff --git a/Cargo.toml b/Cargo.toml index ff8ae2e..07f3f7c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -29,7 +29,7 @@ features = ["const-fn"] [dev-dependencies] panic-rtt-target = { version = "0.1.0", features = ["cortex-m"] } -rtt-target = { version = "0.2.0", features = ["cortex-m"] } +rtt-target = { version = "0.3.0", features = ["cortex-m"] } [features] default = ["unproven"]