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:
parent
2b7b4cba56
commit
2c618622d3
15 changed files with 642 additions and 430 deletions
|
|
@ -5,8 +5,11 @@ edition = "2024"
|
|||
license = "GPL-3.0-only"
|
||||
|
||||
[dependencies]
|
||||
anyhow = "1"
|
||||
cosmic-settings-subscriptions.workspace = true
|
||||
anyhow.workspace = true
|
||||
cosmic-settings-subscriptions = { workspace = true, features = [
|
||||
"upower",
|
||||
"settings_daemon",
|
||||
] }
|
||||
cosmic-time.workspace = true
|
||||
drm = "0.14.1"
|
||||
futures.workspace = true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue