diff --git a/Cargo.toml b/Cargo.toml index 7a881fd..fb6205a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ edition = "2021" [dependencies] cortex-m = "0.7.7" -cortex-m-rt = "0.7.2" +cortex-m-rt = "0.7.3" rp-pico = "0.6.0" panic-halt = "0.2.0" defmt = "0.3.2"