From 1d17e6767699cfd5e3e00a37107c39ebdd3cb5a3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 19 Oct 2023 20:22:10 +0300 Subject: [PATCH] fix(deps): update rust crate core-graphics to 0.23 (#804) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 19bd1543..bb3fc07f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -66,7 +66,7 @@ objc = "0.2" [target."cfg(target_os = \"macos\")".dependencies] cocoa = "0.24" core-foundation = "0.9" -core-graphics = "0.22" +core-graphics = "0.23" dispatch = "0.2" scopeguard = "1.2" png = "0.17"