From aa3a83a56e5b8a46dcd468f5c80fcae2563e23c3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 17 Oct 2023 17:19:55 +0000 Subject: [PATCH] fix(deps): update rust crate core-graphics to 0.23 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index fe2fcf0667..2ae1274e21 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.1" png = "0.17"