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,16 +8,15 @@ edition = "2021"
libcosmic.workspace = true
cctk.workspace = true
cosmic-protocols.workspace = true
nix = "0.27.1"
nix.workspace = true
tracing.workspace = true
tracing-subscriber.workspace = true
tracing-log.workspace = true
once_cell = "1.9"
futures = "0.3.21"
xdg = "2.4.0"
once_cell = "1.19"
futures.workspace = true
xdg = "2.5.2"
anyhow.workspace = true
tokio = "1.35"
# Application i18n
i18n-embed = { version = "0.13.4", features = ["fluent-system", "desktop-requester"] }
i18n-embed-fl = "0.6.4"
rust-embed = "6.3.0"
tokio = "1.36"
i18n-embed.workspace = true
i18n-embed-fl.workspace = true
rust-embed.workspace = true