chore(cargo): upgrade dependencies across workspace

This commit is contained in:
Michael Aaron Murphy 2024-03-14 21:43:11 +01:00 committed by Michael Murphy
parent 3c4acdacd7
commit e0632b8c6f
15 changed files with 257 additions and 338 deletions

View file

@ -8,24 +8,16 @@ edition = "2021"
[dependencies]
libcosmic.workspace = true
libcosmic.features = [
"applet",
"applet-token",
"dbus-config",
"desktop",
"tokio",
"wayland",
]
cosmic-time.workspace = true
anyhow.workspace = true
cctk.workspace = true
cosmic-protocols.workspace = true
anyhow = "1.0.79"
once_cell = "1"
i18n-embed = { version = "0.14.0", features = ["fluent-system", "desktop-requester"] }
i18n-embed-fl = "0.7.0"
rust-embed = "8.0.0"
tracing.workspace = true
tracing-subscriber.workspace = true
tracing-log.workspace = true
cosmic-comp-config = { git = "https://github.com/pop-os/cosmic-comp.git", rev = "5eb5af4" }
tokio = { version = "1.17.0", features = ["sync", "rt"] }
cosmic-protocols.workspace = true
cosmic-time.workspace = true
i18n-embed-fl.workspace = true
i18n-embed.workspace = true
once_cell = "1"
rust-embed.workspace = true
tokio = { version = "1.36.0", features = ["sync", "rt"] }
tracing-log.workspace = true
tracing-subscriber.workspace = true
tracing.workspace = true