mirror of
https://github.com/tauri-apps/global-hotkey.git
synced 2026-01-31 00:45:22 +01:00
fix(deps): update rust crate cocoa to 0.26 (#93)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
@@ -22,7 +22,7 @@ serde = { version = "1", optional = true, features = [ "derive" ] }
|
||||
|
||||
[target."cfg(target_os = \"macos\")".dependencies]
|
||||
bitflags = "2"
|
||||
cocoa = "0.25"
|
||||
cocoa = "0.26"
|
||||
objc = "0.2"
|
||||
|
||||
[target."cfg(target_os = \"windows\")".dependencies.windows-sys]
|
||||
|
||||
Reference in New Issue
Block a user