diff --git a/core/tauri-runtime-wry/Cargo.toml b/core/tauri-runtime-wry/Cargo.toml index 14b05563e1d9..b777900c0582 100644 --- a/core/tauri-runtime-wry/Cargo.toml +++ b/core/tauri-runtime-wry/Cargo.toml @@ -35,7 +35,7 @@ webkit2gtk = { version = "0.18.2", features = [ "v2_22" ] } percent-encoding = "2.1" [target."cfg(any(target_os = \"ios\", target_os = \"macos\"))".dependencies] -cocoa = "0.24" +cocoa = "0.26" [features] dox = [ "wry/dox" ] diff --git a/core/tauri/Cargo.toml b/core/tauri/Cargo.toml index 9c64beab97ae..047d0ea61e1a 100644 --- a/core/tauri/Cargo.toml +++ b/core/tauri/Cargo.toml @@ -116,7 +116,7 @@ nix = { version = "0.26.0", default-features = false, features = [ "user", "sock [target."cfg(target_os = \"macos\")".dependencies] embed_plist = "1.2" plist = "1" -cocoa = "0.24" # wry still uses 0.24 +cocoa = "0.26" # wry still uses 0.24 objc = "0.2" # Do not update without consensus [target."cfg(windows)".dependencies]