From 5e3268ac9b0c51b8f5e631f0f3bf16d08495c173 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 19 Oct 2023 17:02:50 +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 2f54ebf25..952e9a6da 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -87,7 +87,7 @@ winit = { version = "0.28", features = [ "serde" ], optional = true } [target."cfg(any(target_os = \"ios\", target_os = \"macos\"))".dependencies] block = "0.1" cocoa = "0.25" -core-graphics = "0.22" +core-graphics = "0.23" objc = "0.2" objc_id = "0.1" winit = { version = "0.28", features = [ "serde" ], optional = true }