diff --git a/crates/tosca-esp32c3/examples/light-with-state/Cargo.toml b/crates/tosca-esp32c3/examples/light-with-state/Cargo.toml index 206988bc..d7628d58 100644 --- a/crates/tosca-esp32c3/examples/light-with-state/Cargo.toml +++ b/crates/tosca-esp32c3/examples/light-with-state/Cargo.toml @@ -13,7 +13,7 @@ tosca = { path = "../../../tosca", version = "0.1.0", default-features = false } tosca-esp32c3 = { path = "../../", version = "0.1.0" } # Embassy framework -embassy-executor = { version = "0.9.1", features = ["log"] } +embassy-executor = { version = "0.10.0", features = ["log"] } embassy-sync = "0.7.2" embassy-time = { version = "0.5.0", features = ["log"] }