From a1db8a2f466d115ec2d9491d1fa8b130e487c162 Mon Sep 17 00:00:00 2001 From: Wez Furlong Date: Mon, 13 May 2024 14:12:48 -0700 Subject: [PATCH] deps: missed a cocoa --- Cargo.lock | 89 +++++++-------------------- wezterm-toast-notification/Cargo.toml | 2 +- 2 files changed, 24 insertions(+), 67 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index da51344f2..b8b40cadb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -784,21 +784,6 @@ dependencies = [ "winapi", ] -[[package]] -name = "cocoa" -version = "0.20.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0c49e86fc36d5704151f5996b7b3795385f50ce09e3be0f47a0cfde869681cf8" -dependencies = [ - "bitflags 1.3.2", - "block", - "core-foundation 0.7.0", - "core-graphics 0.19.2", - "foreign-types 0.3.2", - "libc", - "objc", -] - [[package]] name = "cocoa" version = "0.25.0" @@ -808,8 +793,8 @@ dependencies = [ "bitflags 1.3.2", "block", "cocoa-foundation", - "core-foundation 0.9.4", - "core-graphics 0.23.2", + "core-foundation", + "core-graphics", "foreign-types 0.5.0", "libc", "objc", @@ -823,7 +808,7 @@ checksum = "8c6234cbb2e4c785b456c0644748b1ac416dd045799740356f8363dfe00c93f7" dependencies = [ "bitflags 1.3.2", "block", - "core-foundation 0.9.4", + "core-foundation", "core-graphics-types", "libc", "objc", @@ -966,50 +951,22 @@ dependencies = [ "winapi", ] -[[package]] -name = "core-foundation" -version = "0.7.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "57d24c7a13c43e870e37c1556b74555437870a04514f7685f5b354e090567171" -dependencies = [ - "core-foundation-sys 0.7.0", - "libc", -] - [[package]] name = "core-foundation" version = "0.9.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f" dependencies = [ - "core-foundation-sys 0.8.6", + "core-foundation-sys", "libc", ] -[[package]] -name = "core-foundation-sys" -version = "0.7.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b3a71ab494c0b5b860bdc8407ae08978052417070c2ced38573a9157ad75b8ac" - [[package]] name = "core-foundation-sys" version = "0.8.6" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "06ea2b9bc92be3c2baa9334a323ebca2d6f074ff852cd1d7b11064035cd3868f" -[[package]] -name = "core-graphics" -version = "0.19.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b3889374e6ea6ab25dba90bb5d96202f61108058361f6dc72e8b03e6f8bbe923" -dependencies = [ - "bitflags 1.3.2", - "core-foundation 0.7.0", - "foreign-types 0.3.2", - "libc", -] - [[package]] name = "core-graphics" version = "0.23.2" @@ -1017,7 +974,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c07782be35f9e1140080c6b96f0d44b739e2278479f64e02fdab4e32dfd8b081" dependencies = [ "bitflags 1.3.2", - "core-foundation 0.9.4", + "core-foundation", "core-graphics-types", "foreign-types 0.5.0", "libc", @@ -1030,7 +987,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "45390e6114f68f718cc7a830514a96f903cccd70d02a8f6d9f643ac4ba45afaf" dependencies = [ "bitflags 1.3.2", - "core-foundation 0.9.4", + "core-foundation", "libc", ] @@ -1040,8 +997,8 @@ version = "20.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c9d2790b5c08465d49f8dc05c8bcae9fea467855947db39b0f8145c091aaced5" dependencies = [ - "core-foundation 0.9.4", - "core-graphics 0.23.2", + "core-foundation", + "core-graphics", "foreign-types 0.5.0", "libc", ] @@ -1447,7 +1404,7 @@ dependencies = [ "backtrace", "battery", "chrono", - "cocoa 0.25.0", + "cocoa", "color-funcs", "config", "dirs-next", @@ -2426,7 +2383,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e7ffbb5a1b541ea2561f8c41c087286cc091e21e556a4f09a8f6cbf17b69b141" dependencies = [ "android_system_properties", - "core-foundation-sys 0.8.6", + "core-foundation-sys", "iana-time-zone-haiku", "js-sys", "wasm-bindgen", @@ -4573,8 +4530,8 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c627723fd09706bacdb5cf41499e95098555af3c3c29d014dc3c458ef6be11c0" dependencies = [ "bitflags 2.5.0", - "core-foundation 0.9.4", - "core-foundation-sys 0.8.6", + "core-foundation", + "core-foundation-sys", "libc", "security-framework-sys", ] @@ -4585,7 +4542,7 @@ version = "2.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "317936bbbd05227752583946b9e66d7ce3b489f84e11a94a510b4437fef407d7" dependencies = [ - "core-foundation-sys 0.8.6", + "core-foundation-sys", "libc", ] @@ -5013,7 +4970,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "725bc1c7374f435ef65746eb1a5789cb7d02b8e997f9a3edf979bfb42da68311" dependencies = [ "cfg-if", - "core-foundation 0.9.4", + "core-foundation", "lazycell", "libc", "mach2", @@ -5121,7 +5078,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ba3a3adc5c275d719af8cb4272ea1c4a6d668a777f37e115f6d11ddbc1c8e0e7" dependencies = [ "bitflags 1.3.2", - "core-foundation 0.9.4", + "core-foundation", "system-configuration-sys", ] @@ -5131,7 +5088,7 @@ version = "0.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "a75fb188eb626b924683e3b95e3a48e63551fcfb51949de2f06a9d91dbee93c9" dependencies = [ - "core-foundation-sys 0.8.6", + "core-foundation-sys", "libc", ] @@ -6227,9 +6184,9 @@ version = "0.1.0" dependencies = [ "anyhow", "cairo-rs", - "cocoa 0.25.0", + "cocoa", "config", - "core-foundation 0.9.4", + "core-foundation", "core-text", "dwrote", "encoding_rs", @@ -6499,8 +6456,8 @@ name = "wezterm-toast-notification" version = "0.1.0" dependencies = [ "async-io", - "cocoa 0.20.2", - "core-foundation 0.9.4", + "cocoa", + "core-foundation", "futures-util", "log", "objc", @@ -6694,10 +6651,10 @@ dependencies = [ "bytes", "cgl", "clipboard-win", - "cocoa 0.25.0", + "cocoa", "config", - "core-foundation 0.9.4", - "core-graphics 0.23.2", + "core-foundation", + "core-graphics", "dirs-next", "downcast-rs", "euclid", diff --git a/wezterm-toast-notification/Cargo.toml b/wezterm-toast-notification/Cargo.toml index d9f65fd36..d6c5ffcea 100644 --- a/wezterm-toast-notification/Cargo.toml +++ b/wezterm-toast-notification/Cargo.toml @@ -20,7 +20,7 @@ async-io = "2.3" futures-util = "0.3" [target.'cfg(target_os="macos")'.dependencies] -cocoa = "0.20" +cocoa = "0.25" core-foundation = "0.9" objc = "0.2"