From 229bf63bb032a25efad096d42e7486bca94188b3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 15 Aug 2024 15:52:23 +0300 Subject: [PATCH] fix(deps): update rust crate cocoa to 0.26 (#93) 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 1a63dc4..9f1e319 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,7 +22,7 @@ serde = { version = "1", optional = true, features = [ "derive" ] } [target."cfg(target_os = \"macos\")".dependencies] bitflags = "2" -cocoa = "0.25" +cocoa = "0.26" objc = "0.2" [target."cfg(target_os = \"windows\")".dependencies.windows-sys]