From 6ce650c67c620b8ffc4e595717c765cd2a5f516b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 25 Jan 2025 04:59:16 +0000 Subject: [PATCH] fix(deps): update rust crate objc2 to 0.6.0 --- backend/tauri-plugin-deep-link/Cargo.toml | 2 +- backend/tauri/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backend/tauri-plugin-deep-link/Cargo.toml b/backend/tauri-plugin-deep-link/Cargo.toml index 02899be902..bfe24004d5 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.0" +objc2 = "0.6.0" diff --git a/backend/tauri/Cargo.toml b/backend/tauri/Cargo.toml index 4f0f15d7d9..cd2e2f611f 100644 --- a/backend/tauri/Cargo.toml +++ b/backend/tauri/Cargo.toml @@ -188,7 +188,7 @@ tauri-plugin-global-shortcut = "2.2.0" openssl = { version = "0.10", features = ["vendored"] } [target.'cfg(target_os = "macos")'.dependencies] -objc2 = "0.5.2" +objc2 = "0.6.0" objc2-app-kit = { version = "0.2.2", features = [ "NSApplication", "NSResponder",