From ffc3b4f19c4a92f09eceb3bc3246f8327d914389 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 4 Jan 2024 19:56:04 +0000 Subject: [PATCH] fix(deps): update rust crate core-graphics to 0.23.1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 5ae3f522ba..8c16d3c4e2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,7 @@ tauri = { version = "1.2.4" } bitflags = "2.4.1" [target."cfg(target_os = \"macos\")".dependencies] -core-graphics = { version = "0.22.3" } +core-graphics = { version = "0.23.1" } core-foundation = { version = "0.9.3" } cocoa = { version = "0.24.1" } objc = { version = "0.2.7" }