From 714bf6ca111c70e17e8016938a4587ab94a97b71 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 18 Oct 2023 15:19:19 +0000 Subject: [PATCH] fix(deps): update rust crate cocoa to 0.25 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 5e3efc929b..489e523944 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"