summary history branches tags files
commit:bac4de88991edc3a0804c0ca16731c7bb3c2f500
author:Trevor Bentley
committer:Trevor Bentley
date:Fri Feb 1 22:37:30 2019 +0100
parents:acfef54b6a62481f9708af7e19fab7c2787d1925
Bump dependency versions
diff --git a/Cargo.toml b/Cargo.toml
line changes: +14/-14
index 714c01f..8f3e5ca
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -36,19 +36,19 @@ default = ["scrobble"]
 [dependencies]
 curl = "0.4.11"
 open = "1.2.1"
-regex = "0.2.10"
+regex = "1.1"
 serde = "1.0.37"
 serde_json = "1.0.13"
-serde_derive = "1.0.37"
-url = "1.7.0"
-rust-ini = "0.10.3"
-time = "0.1.39"
+serde_derive = "1.0"
+url = "1.7"
+rust-ini = "0.13"
+time = "0.1"
 #timer = {path = "deps/timer.rs", version="0.1.4"} # Modified for chrono 0.3.1
-timer = "0.2.0"
-chrono = "0.4.1"
-log = "0.4.1"
-log4rs = "0.8.0"
-ctrlc = "3.1.0"
+timer = "0.2"
+chrono = "0.4"
+log = "0.4"
+log4rs = "0.8"
+ctrlc = "3.1"
 rustfm-scrobble = {version="0.9.1", optional = true}
 
 [dependencies.fruitbasket]
@@ -71,19 +71,19 @@ default-features = false
 version = "0.7"
 
 [target."cfg(target_os = \"macos\")".dependencies]
-cocoa = "0.14.0"
-objc-foundation = "0.1.1"
+cocoa = "0.18"
+objc-foundation = "0.1"
 objc_id = "0.1"
 
 [target."cfg(target_os = \"macos\")".dependencies.rubrail]
 version = "0.7"
 
 [target."cfg(target_os = \"macos\")".dependencies.objc]
-version = "0.2.2"
+version = "0.2"
 features = ["exception"]
 
 [dev-dependencies]
-hyper = "0.11"
+hyper = "0.12"
 futures = "0.1.11"
 lazy_static = "1.0"