diff --git a/cosmic-config/Cargo.toml b/cosmic-config/Cargo.toml index 3699e889..98e98dc9 100644 --- a/cosmic-config/Cargo.toml +++ b/cosmic-config/Cargo.toml @@ -13,7 +13,7 @@ subscription = ["iced_futures"] cosmic-settings-daemon = { git = "https://github.com/pop-os/dbus-settings-bindings", optional = true } zbus = { version = "4.2.1", default-features = false, optional = true } atomicwrites = { git = "https://github.com/jackpot51/rust-atomicwrites" } -calloop = { version = "0.13.0", optional = true } +calloop = { version = "0.14.0", optional = true } notify = "6.0.0" ron = "0.8.0" serde = "1.0.152"