diff --git a/bluez/Cargo.toml b/bluez/Cargo.toml index 22e3e17..9d10ee2 100644 --- a/bluez/Cargo.toml +++ b/bluez/Cargo.toml @@ -10,7 +10,7 @@ keywords = ["dbus", "bluez", "zbus", "bluetooth"] [dependencies] futures-channel = { workspace = true, features = ["sink"] } -futures-util.workspace = true +futures-util = {workspace = true, features = ["sink"] } tracing.workspace = true zbus.workspace = true