From 5ff6a7443088068fa4cb0735fc1047bd9f821567 Mon Sep 17 00:00:00 2001 From: Davide Ferrero Date: Fri, 24 Nov 2023 21:09:15 +0100 Subject: [PATCH] chore: aligned `cocoa` crate to 0.25 (#8297) --- core/tauri-runtime-wry/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/tauri-runtime-wry/Cargo.toml b/core/tauri-runtime-wry/Cargo.toml index c5e28817d..35d6bc118 100644 --- a/core/tauri-runtime-wry/Cargo.toml +++ b/core/tauri-runtime-wry/Cargo.toml @@ -33,7 +33,7 @@ webkit2gtk = { version = "=2.0", features = [ "v2_38" ] } percent-encoding = "2.1" [target."cfg(any(target_os = \"ios\", target_os = \"macos\"))".dependencies] -cocoa = "0.24" +cocoa = "0.25" [target."cfg(target_os = \"android\")".dependencies] jni = "0.21"