chore: update dependencies

This commit is contained in:
Vukašin Vojinović 2026-04-27 13:17:36 +02:00 committed by Michael Murphy
parent a7ca33b6eb
commit b021887c6c
4 changed files with 367 additions and 388 deletions

View file

@ -8,6 +8,7 @@ edition = "2024"
[dependencies]
tracing-subscriber = { workspace = true, features = ["env-filter"] }
libc = "0.2"
nix = { version = "0.31", features = ["user"] }
cosmic-applets-config.workspace = true
cosmic-bg-config.workspace = true
cosmic-comp-config.workspace = true
@ -16,7 +17,6 @@ cosmic-theme.workspace = true
tracing.workspace = true
tracing-journald = { workspace = true, optional = true }
color-eyre.workspace = true
nix.workspace = true
pwd.workspace = true
ron.workspace = true
serde.workspace = true