chore: update dependencies

This commit is contained in:
Vukašin Vojinović 2025-12-19 12:08:59 +01:00 committed by Michael Murphy
parent 6c0759f34a
commit 90a46e915a
7 changed files with 143 additions and 172 deletions

View file

@ -50,15 +50,15 @@ libcosmic = { git = "https://github.com/pop-os/libcosmic", default-features = fa
"desktop-systemd-scope",
"winit",
] }
rust-embed = "8.7.2"
rust-embed-utils = "8.7.2"
rust-embed = "8.9.0"
rust-embed-utils = "8.9.0"
rustc-hash = "2.1"
rustix = { version = "1.1", features = ["fs", "process"] }
zbus = { version = "5.11.0", default-features = false, features = ["tokio"] }
zbus = { version = "5.12.0", default-features = false, features = ["tokio"] }
tracing = "0.1"
tracing-subscriber = { version = "0.3.20", features = ["env-filter"] }
tracing-subscriber = { version = "0.3.22", features = ["env-filter"] }
tracing-log = "0.2.0"
tokio = { version = "1.47.1", features = ["full"] }
tokio = { version = "1.48.0", features = ["full"] }
cosmic-config = { git = "https://github.com/pop-os/libcosmic" }
serde = { version = "1.0.228", features = ["derive"] }