Revert "Update dependencies"

Something is causing winit deadlock on nested niri exit.

This reverts commit 2ae99224ab.

This reverts commit 0d6843ea67.
This commit is contained in:
Ivan Molodetskikh
2025-05-16 22:49:48 +03:00
parent 2ae99224ab
commit 6169c0312a
4 changed files with 192 additions and 292 deletions
+2
View File
@@ -1,3 +1,5 @@
#![allow(deprecated)] // Maybe De/SerializeDict will be undeprecated in the future.
use std::collections::HashMap;
use zbus::fdo::{self, RequestNameFlags};
+2
View File
@@ -1,3 +1,5 @@
#![allow(deprecated)] // Maybe De/SerializeDict will be undeprecated in the future.
use std::collections::HashMap;
use std::mem;
use std::sync::atomic::{AtomicBool, AtomicUsize, Ordering};