fix: prevent session from exiting

This commit is contained in:
Ashley Wulber 2023-06-30 18:45:31 -04:00 committed by Ashley Wulber
parent 30ce09f54a
commit e1a174f61d
4 changed files with 200 additions and 145 deletions

View file

@ -14,12 +14,11 @@ futures-util = "0.3"
launch-pad = { git = "https://github.com/pop-os/launch-pad", branch = "stdin-msg" }
libc = "0.2"
log-panics = { version = "2", features = ["with-backtrace"] }
nix = { version = "0.25", features = ["fs"], default-features = false }
nix = { version = "0.26", features = ["fs"], default-features = false }
scopeguard = "1"
sendfd = { version = "0.4", features = ["tokio"] }
serde = { version = "1", features = ["derive"] }
serde_json = "1"
systemd_client = "0.2"
tokio = { version = "1", features = [
"fs",
"io-util",
@ -37,5 +36,5 @@ tokio-util = "0.7"
tracing = "0.1"
tracing-journald = "0.3"
tracing-subscriber = { version = "0.3", features = ["env-filter"] }
zbus = { version = "2", default-features = false, features = ["tokio"] }
zbus = { version = "3", default-features = false, features = ["tokio"] }
cosmic-notifications-util = { git = "https://github.com/pop-os/cosmic-notifications"}