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:
parent
14b038a8c0
commit
7994a2594b
2 changed files with 2 additions and 1 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue