Update dependancies.

This commit is contained in:
Jordan Petridis 2018-08-30 20:45:53 +03:00
parent 9bc8a8ac2b
commit 3f509f44a1
No known key found for this signature in database
GPG Key ID: E8523968931763BE
4 changed files with 272 additions and 255 deletions

515
Cargo.lock generated

File diff suppressed because it is too large Load Diff

View File

@ -6,7 +6,7 @@ workspace = "../"
[dependencies]
ammonia = "1.2.0"
chrono = "0.4.5"
chrono = "0.4.6"
derive_builder = "0.5.1"
lazy_static = "1.1.0"
log = "0.4.4"

View File

@ -19,4 +19,4 @@ failure_derive = "0.1.2"
path = "../podcasts-data"
[dev-dependencies]
pretty_assertions = "0.5.1"
pretty_assertions = "0.5.1"

View File

@ -6,12 +6,12 @@ version = "0.1.0"
workspace = "../"
[dependencies]
chrono = "0.4.5"
chrono = "0.4.6"
crossbeam-channel = "0.2.4"
gdk = "0.8.0"
gdk-pixbuf = "0.4.0"
glib = "0.5.0"
gstreamer = "0.11.5"
gstreamer = "0.11.6"
gstreamer-player = "0.11.3"
humansize = "1.1.0"
lazy_static = "1.1.0"
@ -22,8 +22,8 @@ rayon = "1.0.2"
url = "1.7.1"
failure = "0.1.2"
failure_derive = "0.1.2"
fragile = "0.2.1"
regex = "1.0.2"
fragile = "0.3.0"
regex = "1.0.4"
reqwest = "0.8.8"
serde_json = "1.0.26"
# html2text = "0.1.8"