fix(deps): update rust crate cocoa to 0.25 (#803)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2023-10-19 20:22:20 +03:00
committed by GitHub
parent 1d17e67676
commit 4ef5baac55

View File

@@ -64,7 +64,7 @@ tao-macros = { version = "0.1.0", path = "./tao-macros" }
objc = "0.2"
[target."cfg(target_os = \"macos\")".dependencies]
cocoa = "0.24"
cocoa = "0.25"
core-foundation = "0.9"
core-graphics = "0.23"
dispatch = "0.2"