Skip to content

Commit

Permalink
fix(deps): update rust crate objc2 to 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 25, 2025
1 parent e2b1180 commit 88102d1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion backend/tauri-plugin-deep-link/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ winreg = "0.55.0"
tokio = { version = "1", features = ["full"] }

[target.'cfg(target_os = "macos")'.dependencies]
objc2 = "0.5.0"
objc2 = "0.6.0"
2 changes: 1 addition & 1 deletion backend/tauri/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ tauri-plugin-global-shortcut = "2.2.0"
openssl = { version = "0.10", features = ["vendored"] }

[target.'cfg(target_os = "macos")'.dependencies]
objc2 = "0.5.2"
objc2 = "0.6.0"
objc2-app-kit = { version = "0.2.2", features = [
"NSApplication",
"NSResponder",
Expand Down

0 comments on commit 88102d1

Please sign in to comment.