Skip to content

Commit

Permalink
build(deps): update objc2 requirement from 0.5.2 to 0.6.0
Browse files Browse the repository at this point in the history
Updates the requirements on [objc2](https://github.com/madsmtm/objc2) to permit the latest version.
- [Commits](madsmtm/objc2@objc-0.5.2...objc-0.6.0)

---
updated-dependencies:
- dependency-name: objc2
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 27, 2025
1 parent 00a1a21 commit ef21270
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ features = ["Win32_Graphics_Gdi", "Win32_UI_Shell", "Win32_UI_WindowsAndMessagin
bytemuck = { version = "1.12.3", features = ["extern_crate_alloc"] }
core-graphics = "0.24.0"
foreign-types = "0.5.0"
objc2 = "0.5.2"
objc2 = "0.6.0"
objc2-foundation = { version = "0.2.2", features = [
"NSDictionary",
"NSGeometry",
Expand Down

0 comments on commit ef21270

Please sign in to comment.