diff --git a/inverted-pendulum-stm32/Cargo.lock b/inverted-pendulum-stm32/Cargo.lock index 62e8966..b118b3e 100644 --- a/inverted-pendulum-stm32/Cargo.lock +++ b/inverted-pendulum-stm32/Cargo.lock @@ -197,9 +197,9 @@ dependencies = [ [[package]] name = "defmt-rtt" -version = "1.0.0" +version = "1.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b2cac3b8a5644a9e02b75085ebad3b6deafdbdbdec04bb25086523828aa4dfd1" +checksum = "05144944c117db54127a8ac17a3c9a28d55e7047bfddb950bcd20b4a94c79b10" dependencies = [ "critical-section", "defmt 1.0.1",