From 39806688d2a5a58d2d6ababee301c490781afca3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 May 2024 04:43:07 +0000 Subject: [PATCH] Bump defmt-rtt from 0.4.0 to 0.4.1 Bumps [defmt-rtt](https://github.com/knurling-rs/defmt) from 0.4.0 to 0.4.1. - [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.4.0...defmt-rtt-v0.4.1) --- updated-dependencies: - dependency-name: defmt-rtt dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ee194e2..b9b56e5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -157,9 +157,9 @@ dependencies = [ [[package]] name = "defmt-rtt" -version = "0.4.0" +version = "0.4.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "609923761264dd99ed9c7d209718cda4631c5fe84668e0f0960124cbb844c49f" +checksum = "bab697b3dbbc1750b7c8b821aa6f6e7f2480b47a99bc057a2ed7b170ebef0c51" dependencies = [ "critical-section", "defmt", diff --git a/Cargo.toml b/Cargo.toml index 7c1f30b..a388c74 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,7 +20,7 @@ cortex-m = { version = "0.7.7", features = ["critical-section-single-core"] } # Debug logging defmt = { version = "0.3.6", features = ["encoding-rzcobs"] } # Logging defmt over RTT -defmt-rtt = "0.4.0" +defmt-rtt = "0.4.1" # Embedded-hal traits embedded-hal = { version = "0.2.7", features = ["unproven"] } #embedded-hal-1 = { package = "embedded-hal", version = "1.0.0-rc.3" }