From fafab8544ce37340522a24c74749e241ee742357 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 20 Jun 2023 17:39:24 +0300 Subject: [PATCH] fix(deps): update rust crate cocoa to 0.25 (#70) 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 ee0f8ea..4ddc9e0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -40,7 +40,7 @@ gdk-pixbuf = "0.16" libxdo = { version = "0.6.0", optional = true } [target."cfg(target_os = \"macos\")".dependencies] -cocoa = "0.24" +cocoa = "0.25" objc = "0.2" png = "0.17"