Update deps.
This commit is contained in:
+10
-10
@@ -6,16 +6,16 @@ version = "0.1.0"
|
||||
workspace = "../"
|
||||
|
||||
[dependencies]
|
||||
chrono = "0.4.2"
|
||||
crossbeam-channel = "0.1.2"
|
||||
chrono = "0.4.4"
|
||||
crossbeam-channel = "0.1.3"
|
||||
gdk = "0.8.0"
|
||||
gdk-pixbuf = "0.4.0"
|
||||
glib = "0.5.0"
|
||||
gstreamer = "0.11.2"
|
||||
gstreamer-player = "0.11.0"
|
||||
gstreamer = "0.11.3"
|
||||
gstreamer-player = "0.11.3"
|
||||
humansize = "1.1.0"
|
||||
lazy_static = "1.0.0"
|
||||
log = "0.4.1"
|
||||
lazy_static = "1.0.1"
|
||||
log = "0.4.2"
|
||||
loggerv = "0.7.1"
|
||||
open = "1.2.1"
|
||||
rayon = "1.0.1"
|
||||
@@ -23,9 +23,9 @@ send-cell = "0.1.3"
|
||||
url = "1.7.0"
|
||||
failure = "0.1.1"
|
||||
failure_derive = "0.1.1"
|
||||
regex = "1.0.0"
|
||||
reqwest = "0.8.5"
|
||||
serde_json = "1.0.17"
|
||||
regex = "1.0.1"
|
||||
reqwest = "0.8.6"
|
||||
serde_json = "1.0.22"
|
||||
html2text = "0.1.7"
|
||||
|
||||
[dependencies.gtk]
|
||||
@@ -34,7 +34,7 @@ version = "0.4.1"
|
||||
|
||||
[dependencies.gio]
|
||||
features = ["v2_50"]
|
||||
version = "0.4.0"
|
||||
version = "0.4.1"
|
||||
|
||||
[dependencies.hammond-data]
|
||||
path = "../hammond-data"
|
||||
|
||||
Reference in New Issue
Block a user