From 118980fe75dba99a670c1b7c1b3feacd5838691e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 11 Aug 2024 07:37:17 +0000 Subject: [PATCH] fix(deps): update rust crate core-foundation to 0.10 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index a88c564d2..dc3db0594 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -107,7 +107,7 @@ objc = "0.2" [target."cfg(target_os = \"macos\")".dependencies] cocoa = "0.25" -core-foundation = "0.9" +core-foundation = "0.10" core-graphics = "0.23" dispatch = "0.2" scopeguard = "1.2"