diff --git a/examples/stm32f4-single-motor-example/Cargo.lock b/examples/stm32f4-single-motor-example/Cargo.lock index c9c3731..1d1ef1a 100644 --- a/examples/stm32f4-single-motor-example/Cargo.lock +++ b/examples/stm32f4-single-motor-example/Cargo.lock @@ -151,9 +151,9 @@ dependencies = [ [[package]] name = "defmt-rtt" -version = "1.0.0" +version = "1.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b2cac3b8a5644a9e02b75085ebad3b6deafdbdbdec04bb25086523828aa4dfd1" +checksum = "93d5a25c99d89c40f5676bec8cefe0614f17f0f40e916f98e345dae941807f9e" dependencies = [ "critical-section", "defmt", diff --git a/examples/stm32f4-single-motor-example/Cargo.toml b/examples/stm32f4-single-motor-example/Cargo.toml index 093a04a..18d08fc 100644 --- a/examples/stm32f4-single-motor-example/Cargo.toml +++ b/examples/stm32f4-single-motor-example/Cargo.toml @@ -12,7 +12,7 @@ panic-probe = { version = "1.0", features = ["print-defmt"] } stm32f4xx-hal = { version = "0.22", features = ["stm32f401", "rtic1"] } defmt = "1.0" -defmt-rtt = "1.0" +defmt-rtt = "1.1" # use `tb6612fng = "0.1"` in reality; path used here to ensure that the example always compiles against the latest master tb6612fng = { path = "../.." }