From cc439b2ceaf41226ab86416ae0ad3651c9a6e10a Mon Sep 17 00:00:00 2001 From: Victoria Brekenfeld Date: Tue, 26 Mar 2024 14:15:18 +0100 Subject: [PATCH] chore: 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 e98ec14..3f7e321 100644 --- a/cosmic-config/Cargo.toml +++ b/cosmic-config/Cargo.toml @@ -12,7 +12,7 @@ subscription = ["iced_futures"] [dependencies] zbus = { version = "3.14.1", default-features = false, optional = true } atomicwrites = { git = "https://github.com/jackpot51/rust-atomicwrites" } -calloop = { version = "0.12.2", optional = true } +calloop = { version = "0.13.0", optional = true } notify = "6.0.0" ron = "0.8.0" serde = "1.0.152"