Update dependancies
This commit is contained in:
parent
e98231c327
commit
fdb064ffc8
370
Cargo.lock
generated
370
Cargo.lock
generated
File diff suppressed because it is too large
Load Diff
@ -7,23 +7,23 @@ version = "0.1.0"
|
|||||||
ammonia = "1.2.0"
|
ammonia = "1.2.0"
|
||||||
chrono = "0.4.6"
|
chrono = "0.4.6"
|
||||||
derive_builder = "0.7.0"
|
derive_builder = "0.7.0"
|
||||||
lazy_static = "1.1.0"
|
lazy_static = "1.2.0"
|
||||||
log = "0.4.5"
|
log = "0.4.6"
|
||||||
rayon = "1.0.2"
|
rayon = "1.0.3"
|
||||||
rfc822_sanitizer = "0.3.3"
|
rfc822_sanitizer = "0.3.3"
|
||||||
rss = "1.5.0"
|
rss = "1.6.1"
|
||||||
url = "1.7.1"
|
url = "1.7.2"
|
||||||
xdg = "2.1.0"
|
xdg = "2.2.0"
|
||||||
xml-rs = "0.8.0"
|
xml-rs = "0.8.0"
|
||||||
futures = "0.1.24"
|
futures = "0.1.25"
|
||||||
hyper = "0.12.11"
|
hyper = "0.12.16"
|
||||||
http = "0.1.13"
|
http = "0.1.14"
|
||||||
tokio = "0.1.11"
|
tokio = "0.1.13"
|
||||||
hyper-tls = "0.3.1"
|
hyper-tls = "0.3.1"
|
||||||
native-tls = "0.2.1"
|
native-tls = "0.2.2"
|
||||||
num_cpus = "1.8.0"
|
num_cpus = "1.8.0"
|
||||||
failure = "0.1.2"
|
failure = "0.1.3"
|
||||||
failure_derive = "0.1.2"
|
failure_derive = "0.1.3"
|
||||||
|
|
||||||
[dependencies.diesel]
|
[dependencies.diesel]
|
||||||
features = ["sqlite", "r2d2"]
|
features = ["sqlite", "r2d2"]
|
||||||
@ -34,7 +34,7 @@ features = ["sqlite"]
|
|||||||
version = "1.3.0"
|
version = "1.3.0"
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
rand = "0.6.0"
|
rand = "0.6.1"
|
||||||
tempdir = "0.3.7"
|
tempdir = "0.3.7"
|
||||||
pretty_assertions = "0.5.1"
|
pretty_assertions = "0.5.1"
|
||||||
maplit = "1.0.1"
|
maplit = "1.0.1"
|
||||||
|
|||||||
@ -5,13 +5,13 @@ version = "0.1.0"
|
|||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
error-chain = "0.12.0"
|
error-chain = "0.12.0"
|
||||||
log = "0.4.4"
|
log = "0.4.6"
|
||||||
mime_guess = "1.8.6"
|
mime_guess = "1.8.6"
|
||||||
reqwest = "0.9.2"
|
reqwest = "0.9.5"
|
||||||
tempdir = "0.3.7"
|
tempdir = "0.3.7"
|
||||||
glob = "0.2.11"
|
glob = "0.2.11"
|
||||||
failure = "0.1.2"
|
failure = "0.1.3"
|
||||||
failure_derive = "0.1.2"
|
failure_derive = "0.1.3"
|
||||||
|
|
||||||
[dependencies.podcasts-data]
|
[dependencies.podcasts-data]
|
||||||
path = "../podcasts-data"
|
path = "../podcasts-data"
|
||||||
|
|||||||
@ -10,21 +10,21 @@ crossbeam-channel = "0.2.6"
|
|||||||
gdk = "0.9.0"
|
gdk = "0.9.0"
|
||||||
gdk-pixbuf = "0.5.0"
|
gdk-pixbuf = "0.5.0"
|
||||||
glib = "0.6.0"
|
glib = "0.6.0"
|
||||||
gstreamer = "0.12.0"
|
gstreamer = "0.12.2"
|
||||||
gstreamer-player = "0.12.0"
|
gstreamer-player = "0.12.2"
|
||||||
humansize = "1.1.0"
|
humansize = "1.1.0"
|
||||||
lazy_static = "1.1.0"
|
lazy_static = "1.2.0"
|
||||||
log = "0.4.4"
|
log = "0.4.6"
|
||||||
loggerv = "0.7.1"
|
loggerv = "0.7.1"
|
||||||
open = "1.2.2"
|
open = "1.2.2"
|
||||||
rayon = "1.0.2"
|
rayon = "1.0.3"
|
||||||
url = "1.7.1"
|
url = "1.7.2"
|
||||||
failure = "0.1.2"
|
failure = "0.1.3"
|
||||||
failure_derive = "0.1.2"
|
failure_derive = "0.1.3"
|
||||||
fragile = "0.3.0"
|
fragile = "0.3.0"
|
||||||
regex = "1.0.4"
|
regex = "1.0.6"
|
||||||
reqwest = "0.9.2"
|
reqwest = "0.9.5"
|
||||||
serde_json = "1.0.31"
|
serde_json = "1.0.33"
|
||||||
# html2text = "0.1.8"
|
# html2text = "0.1.8"
|
||||||
html2text = { git = "https://github.com/alatiera/rust-html2text" }
|
html2text = { git = "https://github.com/alatiera/rust-html2text" }
|
||||||
gettext-rs = { git = "https://github.com/danigm/gettext-rs", branch = "no-gettext", features = ["gettext-system"] }
|
gettext-rs = { git = "https://github.com/danigm/gettext-rs", branch = "no-gettext", features = ["gettext-system"] }
|
||||||
@ -36,7 +36,7 @@ version = "0.5.0"
|
|||||||
|
|
||||||
[dependencies.gio]
|
[dependencies.gio]
|
||||||
features = ["v2_50"]
|
features = ["v2_50"]
|
||||||
version = "0.5.0"
|
version = "0.5.1"
|
||||||
|
|
||||||
[dependencies.libhandy]
|
[dependencies.libhandy]
|
||||||
git = "https://gitlab.gnome.org/jsparber/libhandy-rs"
|
git = "https://gitlab.gnome.org/jsparber/libhandy-rs"
|
||||||
@ -48,4 +48,4 @@ path = "../podcasts-data"
|
|||||||
path = "../podcasts-downloader"
|
path = "../podcasts-downloader"
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
pretty_assertions = "0.5.1"
|
pretty_assertions = "0.5.1"
|
||||||
Loading…
Reference in New Issue
Block a user