From 21f9aefc7ed4a564f20985dcac032d504cc7ce3b Mon Sep 17 00:00:00 2001 From: Josh Groves Date: Mon, 7 Sep 2020 18:13:51 -0230 Subject: [PATCH] Update macOS dependencies Fixes #1658. --- CHANGELOG.md | 1 + Cargo.toml | 6 +++--- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3690e2af..638b3a29 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -30,6 +30,7 @@ - On macOS, fix inverted horizontal scroll. - **Breaking:** `current_monitor` now returns `Option`. - **Breaking:** `primary_monitor` now returns `Option`. +- On macOS, updated core-* dependencies and cocoa. # 0.22.2 (2020-05-16) diff --git a/Cargo.toml b/Cargo.toml index 9659f7cf..31b060d5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -45,9 +45,9 @@ ndk-glue = "0.1.0" objc = "0.2.3" [target.'cfg(target_os = "macos")'.dependencies] -cocoa = "0.20" -core-foundation = "0.7" -core-graphics = "0.19" +cocoa = "0.23" +core-foundation = "0.9" +core-graphics = "0.22" dispatch = "0.2.0" objc = "0.2.6"