From 61760f8e4e33744a451e8e8fe09d581793c9c677 Mon Sep 17 00:00:00 2001 From: Victoria Brekenfeld Date: Wed, 26 Jun 2024 16:05:54 +0200 Subject: [PATCH] cosmic-config: Update calloop --- cosmic-config/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"