treewide: update dependencies to latest version

This commit is contained in:
Richard Acayan 2024-11-27 22:04:52 -05:00
parent 67f6538a8b
commit 9ce953ef09
No known key found for this signature in database
GPG key ID: 0346F4894879DB73
4 changed files with 12 additions and 14 deletions

View file

@ -19,7 +19,7 @@ use std::sync::Arc;
use std::time::Instant;
use tokio::task;
use wayland_client::globals;
use zbus::InterfaceRef;
use zbus::object_server::InterfaceRef;
pub struct VisibilityManager(InterfaceRef<OSK0<Dispatcher>>);