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:
renovate[bot]
2024-08-15 15:52:23 +03:00
committed by GitHub
parent 8b13a6159d
commit 229bf63bb0

View File

@@ -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]