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
|
|
@ -10,11 +10,11 @@ cosmic-comp-config = { git = "https://github.com/pop-os/cosmic-comp.git", rev =
|
|||
i18n-embed-fl.workspace = true
|
||||
i18n-embed.workspace = true
|
||||
libcosmic.workspace = true
|
||||
libpulse-binding = "2.28.2"
|
||||
libpulse-binding = "2.30.1"
|
||||
rust-embed.workspace = true
|
||||
tokio.workspace = true
|
||||
tracing-log.workspace = true
|
||||
tracing-subscriber.workspace = true
|
||||
tracing.workspace = true
|
||||
serde = { version = "1.0.217", features = ["derive"] }
|
||||
serde = { workspace = true, features = ["derive"] }
|
||||
xkb-data = "0.2"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue