From 40b3af3cb2759651e62516eb2fc42215f81d5c6a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 4 Oct 2023 07:43:33 +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 d6ccf57e7..c6bdc59ac 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -87,7 +87,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"