From a7c856005d0ea08de6c7aeb823f23b054147eb01 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 27 Jan 2025 18:36:42 +0000 Subject: [PATCH] chore(deps): update rust crate objc2-foundation to 0.3 --- plugins/log/Cargo.toml | 2 +- plugins/opener/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/log/Cargo.toml b/plugins/log/Cargo.toml index 22f0b4e4c..f73a4ec42 100644 --- a/plugins/log/Cargo.toml +++ b/plugins/log/Cargo.toml @@ -40,7 +40,7 @@ android_logger = "0.14" [target."cfg(target_os = \"ios\")".dependencies] swift-rs = "1" objc2 = "0.5" -objc2-foundation = { version = "0.2", default-features = false, features = [ +objc2-foundation = { version = "0.3", default-features = false, features = [ "std", "NSString", ] } diff --git a/plugins/opener/Cargo.toml b/plugins/opener/Cargo.toml index 044d27966..2e73ed5a3 100644 --- a/plugins/opener/Cargo.toml +++ b/plugins/opener/Cargo.toml @@ -59,7 +59,7 @@ default-features = false features = ["std", "NSWorkspace"] [target."cfg(target_os = \"macos\")".dependencies.objc2-foundation] -version = "0.2" +version = "0.3" default-features = false features = ["std", "NSURL", "NSArray", "NSString"]