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

@ -12,14 +12,14 @@ cosmic-protocols.workspace = true
futures.workspace = true
i18n-embed.workspace = true
i18n-embed-fl.workspace = true
image = { version = "0.25.5", default-features = false }
image = { version = "0.25.6", default-features = false }
itertools = "0.14.0"
libcosmic.workspace = true
memmap2 = "0.9.5"
rand = "0.9.0"
memmap2 = "0.9.7"
rand = "0.9.2"
rust-embed.workspace = true
rustix.workspace = true
serde = { version = "1.0", features = ["derive"] }
serde = { workspace = true, features = ["derive"] }
switcheroo-control = { git = "https://github.com/pop-os/dbus-settings-bindings" }
tokio.workspace = true
tracing-log.workspace = true

View file

@ -7,5 +7,4 @@ edition = "2024"
[dependencies]
libcosmic.workspace = true
libcosmic.features = []
serde = { version = "1.0", features = ["derive"] }
serde = { workspace = true, features = ["derive"] }