dbus: depend directly on futures-util for StreamExt trait

The zbus package currently doesn't re-export futures-util. Depend
directly on futures-util to listen for incoming signals.
This commit is contained in:
Richard Acayan 2025-03-27 22:06:52 -04:00
parent 14b038a8c0
commit 7994a2594b
2 changed files with 2 additions and 1 deletions

View file

@ -10,6 +10,7 @@ fontconfig = "0.9"
# Disable freetype-sys, as it vendors libfreetype2 while fontconfig dynamically
# links to it. Large dependencies should not be duplicated.
freetype = { version = "0.7", default-features = false }
futures-util = "0.3"
imgref = "1.11"
libc = "0.2"
memmap2 = "0.9"