From f7b6d551459ae05ef22dfc2f3d31c583706c6339 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 27 Jan 2025 18:36:24 +0000 Subject: [PATCH] chore(deps): update rust crate objc2 to 0.6 --- plugins/log/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/log/Cargo.toml b/plugins/log/Cargo.toml index 22f0b4e4..ad885343 100644 --- a/plugins/log/Cargo.toml +++ b/plugins/log/Cargo.toml @@ -39,7 +39,7 @@ android_logger = "0.14" [target."cfg(target_os = \"ios\")".dependencies] swift-rs = "1" -objc2 = "0.5" +objc2 = "0.6" objc2-foundation = { version = "0.2", default-features = false, features = [ "std", "NSString",