From f197bc9991e0a0dd9b46aabf19292c06a21db0d3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 30 Aug 2023 12:01:56 +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 58c2387b58..7490d972c6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -83,7 +83,7 @@ dunce = "1" [target."cfg(any(target_os = \"ios\", target_os = \"macos\"))".dependencies] block = "0.1" cocoa = "0.24" -core-graphics = "0.22" +core-graphics = "0.23" objc = "0.2" objc_id = "0.1"