summary history branches tags files
commit:d3bcf6dd9908570e8d1d650622a762a985cde158
author:Trevor Bentley
committer:Trevor Bentley
date:Sun Jun 23 21:07:56 2019 +0200
parents:01a107457fca9207a402eecc4a17126843413daa
bump dependencies
diff --git a/Cargo.toml b/Cargo.toml
line changes: +2/-2
index 59582c9..ccd282d
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -26,12 +26,12 @@ log4rs = "0.8"
 
 [target."cfg(target_os = \"macos\")".dependencies]
 libc = "0.2"
-cocoa = "0.14"
+cocoa = "0.18"
 objc-foundation = "0.1"
 objc_id = "0.1"
 
 [dependencies.fruitbasket]
-version = "0.6"
+version = "^0.7"
 features = ["logging"]
 
 [target."cfg(target_os = \"macos\")".dependencies.objc]