From 2c4aa22ab548624e551dfffe5e67c9af13509174 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 19 Oct 2023 20:02:36 +0300 Subject: [PATCH] fix(deps): update rust crate cocoa to 0.25 (#977) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 13687cfad..2f54ebf25 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -86,7 +86,7 @@ winit = { version = "0.28", features = [ "serde" ], optional = true } [target."cfg(any(target_os = \"ios\", target_os = \"macos\"))".dependencies] block = "0.1" -cocoa = "0.24" +cocoa = "0.25" core-graphics = "0.22" objc = "0.2" objc_id = "0.1"