diff --git a/ector/Cargo.toml b/ector/Cargo.toml index b6e960e..611dba4 100644 --- a/ector/Cargo.toml +++ b/ector/Cargo.toml @@ -16,11 +16,11 @@ doctest = false [dependencies] embassy-executor = { version = "0.7", default-features = false } -embassy-sync = { version = "0.6", default-features = false } +embassy-sync = { version = "0.7", default-features = false } portable-atomic = { version = "1.3", default-features = false } log = { version = "0.4", optional = true } -defmt = { version = "0.3", optional = true } +defmt = { version = "1.0.1", optional = true } ector-macros = { version = "0.5.1", path = "../macros" } futures = { version = "0.3", default-features = false }