Bump dbus from 0.8.4 to 0.9.0 (#296)

* Bump dbus from 0.8.4 to 0.9.0

Bumps [dbus](https://github.com/diwic/dbus-rs) from 0.8.4 to 0.9.0.
- [Release notes](https://github.com/diwic/dbus-rs/releases)
- [Commits](https://github.com/diwic/dbus-rs/compare/dbus-v0.8.4...dbus-v0.9.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* migrate to dbus/dbus-tree 0.9.0

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Co-authored-by: Henrik Friedrichsen <henrik@affekt.org>
This commit is contained in:
dependabot-preview[bot]
2020-10-24 00:03:19 +02:00
committed by GitHub
parent c9d02507ac
commit e698d51e59
4 changed files with 30 additions and 8 deletions

View File

@@ -1,3 +1,6 @@
extern crate dbus_tree;
extern crate dbus;
use std::collections::HashMap;
use std::rc::Rc;
use std::sync::{mpsc, Arc};
@@ -6,8 +9,8 @@ use std::time::Duration;
use dbus::arg::{RefArg, Variant};
use dbus::ffidisp::stdintf::org_freedesktop_dbus::PropertiesPropertiesChanged;
use dbus::message::SignalArgs;
use dbus::tree::{Access, Factory};
use dbus::Path;
use dbus_tree::{Access, Factory};
use dbus::strings::Path;
use crate::album::Album;
use crate::episode::Episode;