From 95bd39f0612b53e09e57ad2f186ff3fda8d04425 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 22 May 2025 00:12:57 +0000 Subject: [PATCH] fix(deps): bump objc2 from 0.5.2 to 0.6.1 Bumps [objc2](https://github.com/madsmtm/objc2) from 0.5.2 to 0.6.1. - [Commits](https://github.com/madsmtm/objc2/compare/objc2-0.5.2...objc2-0.6.1) --- updated-dependencies: - dependency-name: objc2 dependency-version: 0.6.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 2 +- crates/cli/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index dbd99a213b..0755ef686a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1160,7 +1160,7 @@ dependencies = [ "mimalloc", "mockito", "nix 0.29.0", - "objc2 0.5.2", + "objc2 0.6.1", "objc2-app-kit 0.2.2", "objc2-foundation 0.2.2", "owo-colors", diff --git a/crates/cli/Cargo.toml b/crates/cli/Cargo.toml index 60cec08e3f..517ba14bed 100644 --- a/crates/cli/Cargo.toml +++ b/crates/cli/Cargo.toml @@ -169,7 +169,7 @@ nix = { version = "0.29.0", features = [ skim = { version = "0.16.2" } [target.'cfg(target_os = "macos")'.dependencies] -objc2 = "0.5.2" +objc2 = "0.6.1" objc2-app-kit = { version = "0.2.2", features = ["NSWorkspace"] } objc2-foundation = { version = "0.2.2", features = ["NSString", "NSURL"] } security-framework = "3.2.0"