From 22681fd969a71411cfa1839ae003cc29df8bc60f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 18 Nov 2022 01:09:21 +0000 Subject: [PATCH] Update defmt-rtt requirement from 0.3 to 0.4 Updates the requirements on [defmt-rtt](https://github.com/knurling-rs/defmt) to permit the latest version. - [Release notes](https://github.com/knurling-rs/defmt/releases) - [Changelog](https://github.com/knurling-rs/defmt/blob/main/CHANGELOG.md) - [Commits](https://github.com/knurling-rs/defmt/compare/defmt-rtt-v0.3.0...defmt-rtt-v0.4.0) --- updated-dependencies: - dependency-name: defmt-rtt dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- esp32-wroom-rp/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/esp32-wroom-rp/Cargo.toml b/esp32-wroom-rp/Cargo.toml index 1bfe1d1..801a532 100644 --- a/esp32-wroom-rp/Cargo.toml +++ b/esp32-wroom-rp/Cargo.toml @@ -24,7 +24,7 @@ cortex-m-semihosting = "0.5" embedded-hal = { version = "0.2", features=["unproven"] } defmt = "0.3" -defmt-rtt = "0.3" +defmt-rtt = "0.4" heapless = "0.7.16" panic-probe = { version = "0.3", features = ["print-rtt"] }