diff --git a/Cargo.lock b/Cargo.lock index 0c538719..7bee5e47 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -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", diff --git a/plugins/log/Cargo.toml b/plugins/log/Cargo.toml index 9c0ef8f0..c18da0b9 100644 --- a/plugins/log/Cargo.toml +++ b/plugins/log/Cargo.toml @@ -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"]