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

@ -5,7 +5,6 @@ edition = "2024"
license = "GPL-3.0-or-later"
[dependencies]
anyhow.workspace = true
cosmic-dbus-networkmanager = { git = "https://github.com/pop-os/dbus-settings-bindings" }
cosmic-time.workspace = true
@ -14,14 +13,13 @@ futures-util.workspace = true
i18n-embed-fl.workspace = true
i18n-embed.workspace = true
itertools = "0.14.0"
libcosmic.workspace = true
libcosmic.features = [
libcosmic = { workspace = true, features = [
"applet",
"applet-token",
"tokio",
"wayland",
"desktop",
]
] }
rust-embed.workspace = true
tokio.workspace = true
tracing-log.workspace = true