chore: update depencies

This commit is contained in:
Michael Aaron Murphy 2025-02-20 15:27:31 +01:00
parent 8a0e74b189
commit 94d9a08093
No known key found for this signature in database
GPG key ID: B2732D4240C9212C
17 changed files with 84 additions and 80 deletions

View file

@ -11,24 +11,24 @@ subscription = ["iced_futures"]
[dependencies]
cosmic-settings-daemon = { git = "https://github.com/pop-os/dbus-settings-bindings", optional = true }
zbus = { version = "4.2.1", default-features = false, optional = true }
zbus = { version = "4.0", default-features = false, optional = true }
atomicwrites = { git = "https://github.com/jackpot51/rust-atomicwrites" }
calloop = { version = "0.14.0", optional = true }
notify = "6.0.0"
ron = "0.9.0-alpha.0"
serde = "1.0.152"
calloop = { version = "0.14.2", optional = true }
notify = "8.0.0"
ron = "0.9.0-alpha.1"
serde = "1.0.218"
cosmic-config-derive = { path = "../cosmic-config-derive/", optional = true }
iced = { path = "../iced/", default-features = false, optional = true }
iced_futures = { path = "../iced/futures/", default-features = false, optional = true }
once_cell = "1.19.0"
once_cell = "1.20.3"
futures-util = { version = "0.3", optional = true }
dirs.workspace = true
tokio = { version = "1.0", optional = true, features = ["time"] }
async-std = { version = "1.10", optional = true }
tokio = { version = "1.43", optional = true, features = ["time"] }
async-std = { version = "1.13", optional = true }
tracing = "0.1"
[target.'cfg(unix)'.dependencies]
xdg = "2.1"
xdg = "2.5"
[target.'cfg(windows)'.dependencies]
known-folders = "1.1.0"
known-folders = "1.2.0"