Change imports to conform with updated dependencies
This commit is contained in:
parent
401dd58e3f
commit
5543cafc2c
@ -1,10 +1,9 @@
|
|||||||
use log::{ debug, info, warn, error };
|
use log::{ debug, info, warn, error };
|
||||||
use dbus::{
|
use dbus::{
|
||||||
message::MatchRule,
|
message::MatchRule,
|
||||||
channel::MatchingReceiver,
|
channel::MatchingReceiver
|
||||||
tree::Factory,
|
|
||||||
tree::MethodErr
|
|
||||||
};
|
};
|
||||||
|
use dbus_tree::{ Factory, MethodErr };
|
||||||
use ifaces::*;
|
use ifaces::*;
|
||||||
use tokio::sync::RwLock;
|
use tokio::sync::RwLock;
|
||||||
use std::sync::Arc;
|
use std::sync::Arc;
|
||||||
|
Loading…
Reference in New Issue
Block a user