fix(deps): update rust crate cocoa to 0.26 (#1650)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2024-09-02 10:05:40 +02:00
committed by GitHub
parent 17e8014b69
commit e502a706d1
2 changed files with 2 additions and 2 deletions
Generated
+1 -1
View File
@@ -6713,7 +6713,7 @@ version = "2.0.0-rc.2"
dependencies = [
"android_logger",
"byte-unit",
"cocoa 0.25.0",
"cocoa 0.26.0",
"fern",
"log",
"objc",
+1 -1
View File
@@ -33,7 +33,7 @@ android_logger = "0.14"
[target."cfg(target_os = \"ios\")".dependencies]
swift-rs = "1"
objc = "0.2"
cocoa = "0.25"
cocoa = "0.26"
[features]
colored = ["fern/colored"]