From 60ebb40254dc4f2940a6e19bd542f4afc828ad6c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Nov 2024 06:46:39 +0000 Subject: [PATCH] Bump rtt-target from 0.5.0 to 0.6.0 Bumps [rtt-target](https://github.com/probe-rs/rtt-target) from 0.5.0 to 0.6.0. - [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 update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 5 +++-- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d7c93e8..7fff754 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1264,11 +1264,12 @@ dependencies = [ [[package]] name = "rtt-target" -version = "0.5.0" +version = "0.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "10b34c9e6832388e45f3c01f1bb60a016384a0a4ad80cdd7d34913bed25037f0" +checksum = "322755a23eef4451b18c666f8c38ed685e6adb3556b00b377d33f4b7b4ce4f99" dependencies = [ "critical-section", + "portable-atomic", "ufmt-write", ] diff --git a/Cargo.toml b/Cargo.toml index dce7f8f..f0f66a3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -58,7 +58,7 @@ minimq = "0.9.0" w5500 = "0.5" smlang= "0.8" minireq = "0.5" -rtt-target = "0.5" +rtt-target = "0.6" enum-iterator = { version = "2.1", default-features = false } enc424j600 = "0.4" embedded-hal = "1"