From 71b56b252cd3c82dcb3fd8ea6343521503d2c714 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 11 Aug 2024 14:31:00 +0000 Subject: [PATCH] fix(deps): update rust crate cocoa to 0.26 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index a88c564d2..cfe895bab 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -106,7 +106,7 @@ tao-macros = { version = "0.1.0", path = "./tao-macros" } objc = "0.2" [target."cfg(target_os = \"macos\")".dependencies] -cocoa = "0.25" +cocoa = "0.26" core-foundation = "0.9" core-graphics = "0.23" dispatch = "0.2"