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,22 +5,21 @@ edition = "2021"
license = "GPL-3.0-or-later"
[dependencies]
once_cell = "1.16.0"
bluer = { version = "0.15", features = ["bluetoothd", "id"] }
futures-util = "0.3.21"
libcosmic.workspace = true
anyhow.workspace = true
bluer = { version = "0.17", features = ["bluetoothd", "id"] }
cosmic-time.workspace = true
futures = "0.3"
futures.workspace = true
futures-util.workspace = true
i18n-embed-fl.workspace = true
i18n-embed.workspace = true
itertools = "0.12.1"
libcosmic.workspace = true
log = "0.4"
tracing.workspace = true
once_cell = "1.19.0"
rand = "0.8"
rust-embed.workspace = true
slotmap = "1.0.7"
tokio = { version = "1.36.0", features = ["full"] }
tracing-log.workspace = true
tracing-subscriber.workspace = true
itertools = "0.10.3"
slotmap = "1.0.6"
tokio = { version = "1.15.0", features = ["full"] }
anyhow = "1.0"
# Application i18n
i18n-embed = { version = "0.13.4", features = ["fluent-system", "desktop-requester"] }
i18n-embed-fl = "0.6.4"
rust-embed = "6.3.0"
rand = "0.8"
tracing.workspace = true