diff --git a/crates/tauri-runtime-wry/Cargo.toml b/crates/tauri-runtime-wry/Cargo.toml index 3a180bc43f4e..f0f4e28a8cb2 100644 --- a/crates/tauri-runtime-wry/Cargo.toml +++ b/crates/tauri-runtime-wry/Cargo.toml @@ -46,7 +46,7 @@ webkit2gtk = { version = "=2.0", features = ["v2_40"] } percent-encoding = "2" [target.'cfg(target_vendor = "apple")'.dependencies] -objc2 = "0.5" +objc2 = "0.6" [target.'cfg(target_os = "macos")'.dependencies] objc2-foundation = { version = "0.2", features = [] } diff --git a/crates/tauri/Cargo.toml b/crates/tauri/Cargo.toml index 6a9b40ee5fdb..2f0735f28a6e 100644 --- a/crates/tauri/Cargo.toml +++ b/crates/tauri/Cargo.toml @@ -103,7 +103,7 @@ webkit2gtk = { version = "=2.0.1", features = ["v2_40"] } [target.'cfg(target_os = "macos")'.dependencies] embed_plist = "1.2" plist = "1" -objc2 = "0.5" +objc2 = "0.6" objc2-foundation = { version = "0.2", default-features = false, features = [ "std", "NSData",