diff --git a/zbus/Cargo.toml b/zbus/Cargo.toml index f4e94ca04..880a731b0 100644 --- a/zbus/Cargo.toml +++ b/zbus/Cargo.toml @@ -55,7 +55,7 @@ futures-util = { version = "0.3.25", default-features = false, features = [ "sink", "std", ] } -async-lock = { version = "3.0.0", optional = true } +async-lock = { version = "3.3.0", optional = true } async-broadcast = "0.7.0" async-executor = { version = "1.8.0", optional = true } blocking = { version = "1.0.2", optional = true }