From d8843328de7309dad3c2aace3b668a9b93112de8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 14 Aug 2023 23:38:09 +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 de7d0f3418..a8d8f3a58c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -81,7 +81,7 @@ dunce = "1" [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"