chore(cargo): upgrade dependencies across workspace
This commit is contained in:
parent
3c4acdacd7
commit
e0632b8c6f
15 changed files with 257 additions and 338 deletions
|
|
@ -7,19 +7,18 @@ edition = "2021"
|
|||
|
||||
[dependencies]
|
||||
anyhow.workspace = true
|
||||
i18n-embed-fl.workspace = true
|
||||
i18n-embed.workspace = true
|
||||
image = "0.24"
|
||||
libcosmic.workspace = true
|
||||
memmap2 = "0.9.0"
|
||||
rustix = { version = "0.38.0", features = ["fs"] }
|
||||
png = "0.17.5"
|
||||
tokio = { version = "1.17.0", features = ["sync", "macros"] }
|
||||
tracing.workspace = true
|
||||
tracing-subscriber.workspace = true
|
||||
tracing-log.workspace = true
|
||||
tempfile = "3.5.0"
|
||||
# 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"
|
||||
memmap2 = "0.9.4"
|
||||
once_cell = "1"
|
||||
png = "0.17.13"
|
||||
rust-embed-utils.workspace = true
|
||||
rust-embed.workspace = true
|
||||
rustix = { version = "0.38.31", features = ["fs"] }
|
||||
tempfile = "3.10.1"
|
||||
tokio = { version = "1.36.0", features = ["sync", "macros"] }
|
||||
tracing-log.workspace = true
|
||||
tracing-subscriber.workspace = true
|
||||
tracing.workspace = true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue