From c8db08120a044e4a1e0a5e47763c5d73e2a46fdb Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Tue, 22 Jul 2025 12:17:13 +0200 Subject: [PATCH] small dependency update --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"] } -- 2.43.0