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

@ -5,21 +5,19 @@ edition = "2021"
license = "GPL-3.0-or-later"
[dependencies]
i18n-embed-fl.workspace = true
i18n-embed.workspace = true
icon-loader = { version = "0.3.6", features = ["gtk"] }
libpulse-binding = "2.26.0"
libpulse-glib-binding = "2.25.0"
tokio = { version = "1.20.1", features=["full"] }
libcosmic.workspace = true
# cosmic-applet = { path = "../applet" }
nix = "0.26.2"
zbus.workspace = true
libpulse-binding = "2.28.1"
libpulse-glib-binding = "2.28.1"
logind-zbus = "3.1"
# Application i18n
i18n-embed = { version = "0.13", features = ["fluent-system", "desktop-requester"] }
i18n-embed-fl = "0.6"
rust-embed = "6.6"
rust-embed-utils = "7.5.0"
once_cell = "1.17.1"
tracing.workspace = true
nix.workspace = true
once_cell = "1.19.0"
rust-embed-utils.workspace = true
rust-embed.workspace = true
tokio = { version = "1.36.0", features=["full"] }
tracing-log.workspace = true
tracing-subscriber.workspace = true
tracing-log.workspace = true
tracing.workspace = true
zbus.workspace = true