chore: update dependencies

Removes the `cosmic-notifications-utils` dependency, and instead defines the notification FDs here (since they're unlikely to change).
This commit is contained in:
Vukašin Vojinović 2026-04-25 18:18:48 +02:00 committed by Jeremy Soller
parent a77aaa1904
commit 673e4c949b
4 changed files with 464 additions and 807 deletions

View file

@ -15,7 +15,6 @@ cosmic-dbus-a11y = { git = "https://github.com/pop-os/dbus-settings-bindings" }
freedesktop-desktop-entry = { version = "0.8", optional = true }
shell-words = { version = "1.1.1", optional = true }
dirs = { version = "6.0.0", optional = true }
itertools = "0.14"
launch-pad = { git = "https://github.com/pop-os/launch-pad" }
log-panics = { version = "2", features = ["with-backtrace"] }
rustix = "1.1"
@ -43,7 +42,6 @@ tracing = "0.1"
tracing-journald = { version = "0.3", optional = true }
tracing-subscriber = { version = "0.3", features = ["env-filter"] }
zbus = { version = "5.14.0", default-features = false, features = ["tokio"] }
cosmic-notifications-util = { git = "https://github.com/pop-os/cosmic-notifications" }
logind-zbus = { version = "5.3.2", optional = true }
[features]