update to latest dbus-rs library

This commit is contained in:
Henrik Friedrichsen
2020-08-18 22:16:58 +02:00
parent aeef051cea
commit bc8f117e86
3 changed files with 26 additions and 24 deletions

View File

@@ -35,7 +35,7 @@ toml = "0.5"
tokio-core = "0.1"
tokio-timer = "0.2"
unicode-width = "0.1.5"
dbus = { version = "0.6.4", optional = true }
dbus = { version = "0.8.4", optional = true }
rand = "0.7"
webbrowser = "0.5"
clipboard = { version = "0.5", optional = true }