From bfd447dd406209295813bd799c25db976f53dc0a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Sep 2025 03:20:50 +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 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 7230af9f7..d2e35708f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1264,7 +1264,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/Cargo.toml b/Cargo.toml index 7f0b79de2..183faf0f2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -66,7 +66,7 @@ libc = "0.2.172" mimalloc = "0.1.46" mockito = "1.7.0" nix = { version = "0.29.0", features = ["feature", "fs", "ioctl", "process", "signal", "term", "user"] } -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"] } owo-colors = "4.2.0"