Update dependencies

This commit is contained in:
Luke D. Jones
2022-12-01 09:24:49 +13:00
parent 072a066f28
commit e76d01eaed
27 changed files with 109 additions and 210 deletions

View File

@@ -20,7 +20,7 @@
//! …consequently `zbus-xmlgen` did not generate code for the above interfaces.
use rog_platform::supported::SupportedFunctions;
use zbus_macros::dbus_proxy;
use zbus::dbus_proxy;
#[dbus_proxy(
interface = "org.asuslinux.Daemon",
@@ -28,6 +28,5 @@ use zbus_macros::dbus_proxy;
)]
trait Supported {
/// SupportedFunctions method
#[inline]
fn supported_functions(&self) -> zbus::Result<SupportedFunctions>;
}