diff --git a/Cargo.toml b/Cargo.toml index 19bd15432..75e1c5c4b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -64,7 +64,7 @@ tao-macros = { version = "0.1.0", path = "./tao-macros" } objc = "0.2" [target."cfg(target_os = \"macos\")".dependencies] -cocoa = "0.24" +cocoa = "0.25" core-foundation = "0.9" core-graphics = "0.22" dispatch = "0.2"