diff --git a/Cargo.toml b/Cargo.toml index 111fb3ceee..77979a1e53 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,7 @@ exclude = ["/examples"] tauri = { version = "1.3.0" } [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" }