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

@ -13,21 +13,19 @@ cosmic-notifications-util = { git = "https://github.com/pop-os/cosmic-notificati
cosmic-notifications-config = { git = "https://github.com/pop-os/cosmic-notifications" }
# cosmic-notifications-util = { path = "../../cosmic-notifications-daemon/cosmic-notifications-util" }
# cosmic-notifications-config = { path = "../../cosmic-notifications-daemon/cosmic-notifications-config" }
futures-util = { version = "0.3", features = ["sink"] }
tracing = "0.1"
ron = "0.8"
sendfd = { version = "0.4", features = ["tokio"] }
bytemuck = "1"
futures-util = { workspace = true, features = ["sink"] }
tracing-subscriber.workspace = true
tracing-log.workspace = true
zbus.workspace = true
zbus.features = ["tokio", "p2p"]
tracing.workspace = true
# Application i18n
i18n-embed = { version = "0.15.3", features = [
i18n-embed = { workspace = true, features = [
"fluent-system",
"desktop-requester",
] }
i18n-embed-fl = "0.9.3"
rust-embed = "8.5.0"
rust-embed-utils = "8.5.0"
i18n-embed-fl.workspace = true
rust-embed.workspace = true
rust-embed-utils.workspace = true
zbus = { workspace = true, features = ["tokio", "p2p"] }
url = "2.5.4"