diff --git a/Cargo.lock b/Cargo.lock index 87f2203..79420cb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -125,9 +125,9 @@ checksum = "7a81dae078cea95a014a339291cec439d2f232ebe854a9d672b796c6afafa9b7" [[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/Cargo.toml b/Cargo.toml index f825b58..9647e10 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,7 +18,7 @@ sizing = [] # Cortex-M features cortex-m = { version = "0.7.7", features = ["critical-section-single-core"] } # Debug logging -defmt = { version = "0.3.5", features = ["encoding-rzcobs"] } +defmt = { version = "0.3.6", features = ["encoding-rzcobs"] } # Logging defmt over RTT defmt-rtt = "0.4.0" # Embedded-hal traits