chore: update dependencies

Sets the resolver to 3, so it's Rust-version aware. Without it, some dependencies get updated to versions needing Rust versions newer than the target.
This commit is contained in:
Vukašin Vojinović 2025-08-12 23:09:49 +02:00 committed by Michael Murphy
parent 2b7b4cba56
commit 2c618622d3
15 changed files with 642 additions and 430 deletions

View file

@ -7,7 +7,7 @@ license = "GPL-3.0-only"
[dependencies]
cosmic-applets-config.workspace = true
cosmic-config.workspace = true
chrono = { version = "0.4.39", features = ["clock"] }
chrono = { version = "0.4.41", features = ["clock"] }
chrono-tz = "0.10"
i18n-embed-fl.workspace = true
i18n-embed.workspace = true