From e502a706d1ee77e1835bfa1866c9edf3bc3cff9c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 2 Sep 2024 10:05:40 +0200 Subject: [PATCH] fix(deps): update rust crate cocoa to 0.26 (#1650) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- Cargo.lock | 2 +- plugins/log/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0c5387191..7bee5e478 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 9c0ef8f02..c18da0b9d 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"]