diff --git a/Cargo.toml b/Cargo.toml index f30eb89..42445a7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -29,7 +29,7 @@ fugit = "0.3" defmt = { version = "1", optional = true } va108xx = { version = "0.5", default-features = false, optional = true } va416xx = { version = "0.4", default-features = false, optional = true } -embassy-sync = "0.6" +embassy-sync = "0.7" embassy-time-driver = "0.2" embassy-time-queue-utils = "0.1" once_cell = { version = "1", default-features = false, features = ["critical-section"] }