diff --git a/Cargo.toml b/Cargo.toml index e906a0b..921cc9a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -54,7 +54,7 @@ xdg-portal = ["ashpd"] apply = "0.3.0" ashpd = { version = "0.7.0", default-features = false, optional = true } async-fs = { version = "2.1", optional = true } -cctk = { git = "https://github.com/pop-os/cosmic-protocols", package = "cosmic-client-toolkit", rev = "e65fa5e", optional = true } +cctk = { git = "https://github.com/pop-os/cosmic-protocols", package = "cosmic-client-toolkit", rev = "1cc4a13", optional = true } chrono = "0.4.35" cosmic-config = { path = "cosmic-config" } cosmic-settings-daemon = { git = "https://github.com/pop-os/dbus-settings-bindings", branch = "cosmic-settings-daemon", optional = true }