Update deps.
This commit is contained in:
parent
67ab54f820
commit
6aa931c866
607
Cargo.lock
generated
607
Cargo.lock
generated
File diff suppressed because it is too large
Load Diff
@ -5,19 +5,19 @@ version = "0.1.0"
|
|||||||
workspace = "../"
|
workspace = "../"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
ammonia = "1.1.0"
|
ammonia = "1.2.0"
|
||||||
chrono = "0.4.4"
|
chrono = "0.4.4"
|
||||||
derive_builder = "0.5.1"
|
derive_builder = "0.5.1"
|
||||||
lazy_static = "1.0.1"
|
lazy_static = "1.0.2"
|
||||||
log = "0.4.2"
|
log = "0.4.3"
|
||||||
rayon = "1.0.1"
|
rayon = "1.0.2"
|
||||||
rayon-futures = "0.1.0"
|
rayon-futures = "0.1.0"
|
||||||
rfc822_sanitizer = "0.3.3"
|
rfc822_sanitizer = "0.3.3"
|
||||||
rss = "1.5.0"
|
rss = "1.5.0"
|
||||||
url = "1.7.0"
|
url = "1.7.1"
|
||||||
xdg = "2.1.0"
|
xdg = "2.1.0"
|
||||||
xml-rs = "0.8.0"
|
xml-rs = "0.8.0"
|
||||||
futures = "0.1.21"
|
futures = "0.1.23"
|
||||||
hyper = "0.11.27"
|
hyper = "0.11.27"
|
||||||
tokio-core = "0.1.17"
|
tokio-core = "0.1.17"
|
||||||
hyper-tls = "0.1.3"
|
hyper-tls = "0.1.3"
|
||||||
@ -35,9 +35,9 @@ features = ["sqlite"]
|
|||||||
version = "1.3.0"
|
version = "1.3.0"
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
rand = "0.5.2"
|
rand = "0.5.4"
|
||||||
tempdir = "0.3.7"
|
tempdir = "0.3.7"
|
||||||
criterion = "0.2.3"
|
criterion = "0.2.4"
|
||||||
pretty_assertions = "0.5.1"
|
pretty_assertions = "0.5.1"
|
||||||
maplit = "1.0.1"
|
maplit = "1.0.1"
|
||||||
|
|
||||||
|
|||||||
@ -7,8 +7,8 @@ workspace = "../"
|
|||||||
[dependencies]
|
[dependencies]
|
||||||
error-chain = "0.12.0"
|
error-chain = "0.12.0"
|
||||||
hyper = "0.11.27"
|
hyper = "0.11.27"
|
||||||
log = "0.4.2"
|
log = "0.4.3"
|
||||||
mime_guess = "1.8.4"
|
mime_guess = "1.8.6"
|
||||||
reqwest = "0.8.6"
|
reqwest = "0.8.6"
|
||||||
tempdir = "0.3.7"
|
tempdir = "0.3.7"
|
||||||
glob = "0.2.11"
|
glob = "0.2.11"
|
||||||
@ -19,4 +19,4 @@ failure_derive = "0.1.1"
|
|||||||
path = "../hammond-data"
|
path = "../hammond-data"
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
pretty_assertions = "0.5.1"
|
pretty_assertions = "0.5.1"
|
||||||
@ -7,26 +7,26 @@ workspace = "../"
|
|||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
chrono = "0.4.4"
|
chrono = "0.4.4"
|
||||||
crossbeam-channel = "0.2.1"
|
crossbeam-channel = "0.2.3"
|
||||||
gdk = "0.8.0"
|
gdk = "0.8.0"
|
||||||
gdk-pixbuf = "0.4.0"
|
gdk-pixbuf = "0.4.0"
|
||||||
glib = "0.5.0"
|
glib = "0.5.0"
|
||||||
gstreamer = "0.11.3"
|
gstreamer = "0.11.4"
|
||||||
gstreamer-player = "0.11.3"
|
gstreamer-player = "0.11.3"
|
||||||
humansize = "1.1.0"
|
humansize = "1.1.0"
|
||||||
lazy_static = "1.0.1"
|
lazy_static = "1.0.2"
|
||||||
log = "0.4.2"
|
log = "0.4.3"
|
||||||
loggerv = "0.7.1"
|
loggerv = "0.7.1"
|
||||||
open = "1.2.1"
|
open = "1.2.1"
|
||||||
rayon = "1.0.1"
|
rayon = "1.0.2"
|
||||||
send-cell = "0.1.3"
|
send-cell = "0.1.3"
|
||||||
url = "1.7.0"
|
url = "1.7.1"
|
||||||
failure = "0.1.1"
|
failure = "0.1.1"
|
||||||
failure_derive = "0.1.1"
|
failure_derive = "0.1.1"
|
||||||
regex = "1.0.1"
|
regex = "1.0.2"
|
||||||
reqwest = "0.8.6"
|
reqwest = "0.8.6"
|
||||||
serde_json = "1.0.22"
|
serde_json = "1.0.24"
|
||||||
html2text = "0.1.7"
|
html2text = "0.1.8"
|
||||||
|
|
||||||
[dependencies.gtk]
|
[dependencies.gtk]
|
||||||
features = ["v3_22"]
|
features = ["v3_22"]
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user