chore: update dependencies

This commit is contained in:
Vukašin Vojinović 2026-01-28 00:49:48 +01:00 committed by Jeremy Soller
parent b71a7c9edf
commit cf19ac665f
5 changed files with 19 additions and 19 deletions

View file

@ -1,6 +1,6 @@
[package]
name = "cosmic-config"
version = "0.1.0"
version = "1.0.0"
edition = "2024"
[features]
@ -11,11 +11,11 @@ subscription = ["iced_futures"]
[dependencies]
cosmic-settings-daemon = { git = "https://github.com/pop-os/dbus-settings-bindings", optional = true }
zbus = { version = "5.13.1", default-features = false, optional = true }
zbus = { version = "5.13.2", default-features = false, optional = true }
atomicwrites = { git = "https://github.com/jackpot51/rust-atomicwrites" }
calloop = { version = "0.14.3", optional = true }
notify = "8.2.0"
ron = "0.11.0"
ron = "0.12.0"
serde = "1.0.228"
cosmic-config-derive = { path = "../cosmic-config-derive/", optional = true }
iced = { path = "../iced/", default-features = false, optional = true }