From 39571f8cf9d1e6607fc0df80c99a9e10454cde0c Mon Sep 17 00:00:00 2001 From: "leafdbot[bot]" <192038741+leafdbot[bot]@users.noreply.github.com> Date: Fri, 10 Oct 2025 19:32:25 +0000 Subject: [PATCH] chore(deps): update rust crate objc2-foundation to 0.3 Signed-off-by: leafdbot[bot] <192038741+leafdbot[bot]@users.noreply.github.com> --- src-tauri/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index 977f4bd..cd4b684 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -45,5 +45,5 @@ tauri-plugin-updater = "2" [target."cfg(target_os = \"macos\")".dependencies] objc2 = "0.5" objc2-app-kit = { version = "0.2", features = ["NSColor"] } -objc2-foundation = "0.2" +objc2-foundation = "0.3"