aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml9
1 files changed, 5 insertions, 4 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 63bbabc..b0f05f5 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -21,10 +21,11 @@ serde_json = "1.0.137"
tokio = { version = "1.43.0", features = ["full"] }
[target.'cfg(target_os = "macos")'.dependencies]
-libc = "0.2.169"
-objc = "0.2.7"
-cocoa = "0.26.0"
-objc_id = "0.1.1"
+libc = "0.2.174"
+objc2 = "0.6.1"
+objc2-foundation = "0.3.1"
+objc2-app-kit = { version = "0.3.1", features = ["NSWorkspace"] }
+objc2-scripting-bridge = "0.3.1"
[target.'cfg(target_os = "linux")'.dependencies]
dbus = { version = "0.9.6", features = ["vendored"] }