Update deps.
This commit is contained in:
parent
c3076e748e
commit
c338802329
430
Cargo.lock
generated
430
Cargo.lock
generated
File diff suppressed because it is too large
Load Diff
@ -6,9 +6,9 @@ workspace = "../"
|
|||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
ammonia = "1.1.0"
|
ammonia = "1.1.0"
|
||||||
chrono = "0.4.0"
|
chrono = "0.4.1"
|
||||||
derive_builder = "0.5.1"
|
derive_builder = "0.5.1"
|
||||||
itertools = "0.7.7"
|
itertools = "0.7.8"
|
||||||
lazy_static = "1.0.0"
|
lazy_static = "1.0.0"
|
||||||
log = "0.4.1"
|
log = "0.4.1"
|
||||||
rayon = "1.0.1"
|
rayon = "1.0.1"
|
||||||
@ -16,9 +16,9 @@ rfc822_sanitizer = "0.3.3"
|
|||||||
rss = "1.4.0"
|
rss = "1.4.0"
|
||||||
url = "1.7.0"
|
url = "1.7.0"
|
||||||
xdg = "2.1.0"
|
xdg = "2.1.0"
|
||||||
futures = "0.1.18"
|
futures = "0.1.20"
|
||||||
hyper = "0.11.22"
|
hyper = "0.11.24"
|
||||||
tokio-core = "0.1.15"
|
tokio-core = "0.1.16"
|
||||||
hyper-tls = "0.1.3"
|
hyper-tls = "0.1.3"
|
||||||
native-tls = "0.1.5"
|
native-tls = "0.1.5"
|
||||||
futures-cpupool = "0.1.8"
|
futures-cpupool = "0.1.8"
|
||||||
@ -36,8 +36,8 @@ version = "1.1.0"
|
|||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
rand = "0.4.2"
|
rand = "0.4.2"
|
||||||
tempdir = "0.3.6"
|
tempdir = "0.3.7"
|
||||||
criterion = "0.2.1"
|
criterion = "0.2.2"
|
||||||
|
|
||||||
[[bench]]
|
[[bench]]
|
||||||
name = "bench"
|
name = "bench"
|
||||||
|
|||||||
@ -6,11 +6,11 @@ workspace = "../"
|
|||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
error-chain = "0.11.0"
|
error-chain = "0.11.0"
|
||||||
hyper = "0.11.22"
|
hyper = "0.11.24"
|
||||||
log = "0.4.1"
|
log = "0.4.1"
|
||||||
mime_guess = "1.8.4"
|
mime_guess = "1.8.4"
|
||||||
reqwest = "0.8.5"
|
reqwest = "0.8.5"
|
||||||
tempdir = "0.3.6"
|
tempdir = "0.3.7"
|
||||||
glob = "0.2.11"
|
glob = "0.2.11"
|
||||||
failure = "0.1.1"
|
failure = "0.1.1"
|
||||||
failure_derive = "0.1.1"
|
failure_derive = "0.1.1"
|
||||||
|
|||||||
@ -6,7 +6,7 @@ version = "0.1.0"
|
|||||||
workspace = "../"
|
workspace = "../"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
chrono = "0.4.0"
|
chrono = "0.4.1"
|
||||||
dissolve = "0.2.2"
|
dissolve = "0.2.2"
|
||||||
gdk = "0.8.0"
|
gdk = "0.8.0"
|
||||||
gdk-pixbuf = "0.4.0"
|
gdk-pixbuf = "0.4.0"
|
||||||
@ -21,10 +21,10 @@ send-cell = "0.1.2"
|
|||||||
url = "1.7.0"
|
url = "1.7.0"
|
||||||
failure = "0.1.1"
|
failure = "0.1.1"
|
||||||
failure_derive = "0.1.1"
|
failure_derive = "0.1.1"
|
||||||
take_mut = "0.2.1"
|
take_mut = "0.2.2"
|
||||||
regex = "0.2.10"
|
regex = "0.2.10"
|
||||||
reqwest = "0.8.5"
|
reqwest = "0.8.5"
|
||||||
serde_json = "1.0.11"
|
serde_json = "1.0.13"
|
||||||
|
|
||||||
[dependencies.gtk]
|
[dependencies.gtk]
|
||||||
features = ["v3_22"]
|
features = ["v3_22"]
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user