Skip to content

Commit c4f8955

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 98dad52 commit c4f8955

File tree

2 files changed

+19
-8
lines changed

2 files changed

+19
-8
lines changed

Cargo.lock

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

crates/cli/Cargo.toml

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

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

0 commit comments

Comments
 (0)