From e2128fa6a17363c2ae3dcfff2ce769dc3dcd32d5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 29 Jan 2025 16:56:05 +0000 Subject: [PATCH] fix(deps): update rust crate objc2 to 0.6.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 0a9e99f..91c787d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -38,7 +38,7 @@ features = [ ] [target.'cfg(target_os = "macos")'.dependencies] -objc2 = "0.5.2" +objc2 = "0.6.0" objc2-app-kit = { version = "0.2.2", default-features = false, features = [ "std", "NSApplication",