From ea69773541f03fb1bc2ee2287436abebcbd68ecf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Feb 2024 05:29:23 +0000 Subject: [PATCH] Bump defmt from 0.3.5 to 0.3.6 in /rtic_v0.5/stm32f0_hid_mouse Bumps [defmt](https://github.com/knurling-rs/defmt) from 0.3.5 to 0.3.6. - [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-v0.3.5...defmt-print-v0.3.6) --- updated-dependencies: - dependency-name: defmt dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- rtic_v0.5/stm32f0_hid_mouse/Cargo.lock | 4 ++-- rtic_v0.5/stm32f0_hid_mouse/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/rtic_v0.5/stm32f0_hid_mouse/Cargo.lock b/rtic_v0.5/stm32f0_hid_mouse/Cargo.lock index 61d9c04..923a11a 100644 --- a/rtic_v0.5/stm32f0_hid_mouse/Cargo.lock +++ b/rtic_v0.5/stm32f0_hid_mouse/Cargo.lock @@ -132,9 +132,9 @@ dependencies = [ [[package]] name = "defmt" -version = "0.3.5" +version = "0.3.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a8a2d011b2fee29fb7d659b83c43fce9a2cb4df453e16d441a51448e448f3f98" +checksum = "3939552907426de152b3c2c6f51ed53f98f448babd26f28694c95f5906194595" dependencies = [ "bitflags", "defmt-macros", diff --git a/rtic_v0.5/stm32f0_hid_mouse/Cargo.toml b/rtic_v0.5/stm32f0_hid_mouse/Cargo.toml index 68a8f09..c8d37a7 100644 --- a/rtic_v0.5/stm32f0_hid_mouse/Cargo.toml +++ b/rtic_v0.5/stm32f0_hid_mouse/Cargo.toml @@ -6,7 +6,7 @@ edition = "2018" [dependencies] embedded-hal = "1.0.0" -defmt = "0.3.5" +defmt = "0.3.6" usb-device = "0.2.5" usbd-hid = "0.6.1" rtt-target = { version = "0.3.1", features = ["cortex-m"] }