diff --git a/backend/tauri-plugin-deep-link/Cargo.toml b/backend/tauri-plugin-deep-link/Cargo.toml index 8cde96433e7..34048b53b14 100644 --- a/backend/tauri-plugin-deep-link/Cargo.toml +++ b/backend/tauri-plugin-deep-link/Cargo.toml @@ -27,4 +27,4 @@ winreg = "0.55.0" tokio = { version = "1", features = ["full"] } [target.'cfg(target_os = "macos")'.dependencies] -objc2 = "0.5.2" +objc2 = "0.6.0" diff --git a/backend/tauri/Cargo.toml b/backend/tauri/Cargo.toml index 5aaabb630ff..5ba8901bbcd 100644 --- a/backend/tauri/Cargo.toml +++ b/backend/tauri/Cargo.toml @@ -210,15 +210,15 @@ tauri-plugin-global-shortcut = "2.2.0" openssl = { version = "0.10", features = ["vendored"] } [target.'cfg(target_os = "macos")'.dependencies] -objc2 = "0.5.2" -objc2-app-kit = { version = "0.2.2", features = [ +objc2 = "0.6.0" +objc2-app-kit = { version = "0.3.0", features = [ "NSApplication", "NSResponder", "NSRunningApplication", "NSWindow", "NSView", ] } -objc2-foundation = { version = "0.2.2", features = ["NSGeometry"] } +objc2-foundation = { version = "0.3.0", features = ["NSGeometry"] } [target.'cfg(unix)'.dependencies] nix = { version = "0.29.0", features = ["user", "fs"] }