Skip to content

Commit 9198f8e

Browse files
fix(deps): bump objc2-foundation from 0.2.2 to 0.3.1
Bumps [objc2-foundation](https://github.com/madsmtm/objc2) from 0.2.2 to 0.3.1. - [Commits](madsmtm/objc2@objc2-0.2.2...objc-sys-0.3.1) --- updated-dependencies: - dependency-name: objc2-foundation dependency-version: 0.3.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 0351318 commit 9198f8e

File tree

3 files changed

+10
-9
lines changed

3 files changed

+10
-9
lines changed

Cargo.lock

Lines changed: 8 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ nix = { version = "0.29.0", features = [
101101
objc = "0.2.7"
102102
objc2 = "0.5.2"
103103
objc2-app-kit = "0.2.2"
104-
objc2-foundation = "0.2.2"
104+
objc2-foundation = "0.3.1"
105105
objc2-input-method-kit = "0.2.2"
106106
once_cell = "1.19.0"
107107
parking_lot = "0.12.3"

crates/chat-cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ skim = { version = "0.16.2" }
172172
[target.'cfg(target_os = "macos")'.dependencies]
173173
objc2 = "0.5.2"
174174
objc2-app-kit = { version = "0.2.2", features = ["NSWorkspace"] }
175-
objc2-foundation = { version = "0.2.2", features = ["NSString", "NSURL"] }
175+
objc2-foundation = { version = "0.3.1", features = ["NSString", "NSURL"] }
176176
security-framework = "3.2.0"
177177

178178
[target.'cfg(windows)'.dependencies]

0 commit comments

Comments
 (0)