diff --git a/Cargo.lock b/Cargo.lock index 6e0fde9..9941e20 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1262,11 +1262,12 @@ dependencies = [ [[package]] name = "rtt-target" -version = "0.5.0" +version = "0.6.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "10b34c9e6832388e45f3c01f1bb60a016384a0a4ad80cdd7d34913bed25037f0" +checksum = "4235cd78091930e907d2a510adb0db1369e82668eafa338f109742fa0c83059d" dependencies = [ "critical-section", + "portable-atomic", "ufmt-write", ] diff --git a/Cargo.toml b/Cargo.toml index dce7f8f..f0f66a3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -58,7 +58,7 @@ minimq = "0.9.0" w5500 = "0.5" smlang= "0.8" minireq = "0.5" -rtt-target = "0.5" +rtt-target = "0.6" enum-iterator = { version = "2.1", default-features = false } enc424j600 = "0.4" embedded-hal = "1"