Remove logind-zbus dependency

It isn't updated and we don't really need it anyway.
This commit is contained in:
Ivan Molodetskikh
2024-02-10 14:58:22 +04:00
parent ca4ee5ae25
commit 5c4d9824a4
3 changed files with 12 additions and 16 deletions
Generated
-11
View File
@@ -1879,16 +1879,6 @@ version = "0.4.20"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b5e6163cb8c49088c2c36f57875e58ccd8c87c7427f7fbd50ea6710b2f3f2e8f"
[[package]]
name = "logind-zbus"
version = "3.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c07a2542f6e91ea92780158654852190edb2ba0b232d9d00d649d0c691cb7eb3"
dependencies = [
"serde",
"zbus",
]
[[package]]
name = "loom"
version = "0.7.1"
@@ -2062,7 +2052,6 @@ dependencies = [
"keyframe",
"libc",
"log",
"logind-zbus",
"niri-config",
"niri-ipc",
"notify-rust",