diff --git a/Cargo.lock b/Cargo.lock index 0cc33c101ce..da51344f27d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1447,7 +1447,7 @@ dependencies = [ "backtrace", "battery", "chrono", - "cocoa 0.20.2", + "cocoa 0.25.0", "color-funcs", "config", "dirs-next", @@ -6500,7 +6500,7 @@ version = "0.1.0" dependencies = [ "async-io", "cocoa 0.20.2", - "core-foundation 0.7.0", + "core-foundation 0.9.4", "futures-util", "log", "objc", @@ -6696,8 +6696,8 @@ dependencies = [ "clipboard-win", "cocoa 0.25.0", "config", - "core-foundation 0.7.0", - "core-graphics 0.19.2", + "core-foundation 0.9.4", + "core-graphics 0.23.2", "dirs-next", "downcast-rs", "euclid", diff --git a/env-bootstrap/Cargo.toml b/env-bootstrap/Cargo.toml index 1e7cf6db72e..8787e62e1bc 100644 --- a/env-bootstrap/Cargo.toml +++ b/env-bootstrap/Cargo.toml @@ -37,6 +37,6 @@ wezterm-version = { path = "../wezterm-version" } winapi = "0.3" [target.'cfg(target_os = "macos")'.dependencies] -cocoa = "0.20" +cocoa = "0.25" objc = "0.2" diff --git a/wezterm-toast-notification/Cargo.toml b/wezterm-toast-notification/Cargo.toml index d697019f9df..d9f65fd367a 100644 --- a/wezterm-toast-notification/Cargo.toml +++ b/wezterm-toast-notification/Cargo.toml @@ -21,7 +21,7 @@ futures-util = "0.3" [target.'cfg(target_os="macos")'.dependencies] cocoa = "0.20" -core-foundation = "0.7" +core-foundation = "0.9" objc = "0.2" [target.'cfg(windows)'.dependencies] diff --git a/window/Cargo.toml b/window/Cargo.toml index dcfe914f69c..77419bc2e05 100644 --- a/window/Cargo.toml +++ b/window/Cargo.toml @@ -89,8 +89,8 @@ wayland-egl = {version="0.32", optional=true} [target.'cfg(target_os="macos")'.dependencies] cocoa = "0.25" objc = "0.2" -core-foundation = "0.7" -core-graphics = "0.19" +core-foundation = "0.9" +core-graphics = "0.23" cgl = "0.3" plist = "1.3" shlex = "1.1"