Upgrade dependancies.
This commit is contained in:
parent
8a460930c6
commit
3a0fb4bdec
579
Cargo.lock
generated
579
Cargo.lock
generated
File diff suppressed because it is too large
Load Diff
@ -5,22 +5,20 @@ version = "0.1.0"
|
|||||||
workspace = "../"
|
workspace = "../"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
ammonia = "1.0.1"
|
ammonia = "1.1.0"
|
||||||
chrono = "0.4.0"
|
chrono = "0.4.0"
|
||||||
derive_builder = "0.5.1"
|
derive_builder = "0.5.1"
|
||||||
dotenv = "0.10.1"
|
itertools = "0.7.7"
|
||||||
error-chain = "0.11.0"
|
|
||||||
itertools = "0.7.6"
|
|
||||||
lazy_static = "1.0.0"
|
lazy_static = "1.0.0"
|
||||||
log = "0.4.1"
|
log = "0.4.1"
|
||||||
rayon = "1.0.0"
|
rayon = "1.0.0"
|
||||||
rfc822_sanitizer = "0.3.3"
|
rfc822_sanitizer = "0.3.3"
|
||||||
rss = "1.2.1"
|
rss = "1.4.0"
|
||||||
url = "1.6.0"
|
url = "1.7.0"
|
||||||
xdg = "2.1.0"
|
xdg = "2.1.0"
|
||||||
futures = "0.1.18"
|
futures = "0.1.18"
|
||||||
hyper = "0.11.18"
|
hyper = "0.11.22"
|
||||||
tokio-core = "0.1.12"
|
tokio-core = "0.1.15"
|
||||||
hyper-tls = "0.1.2"
|
hyper-tls = "0.1.2"
|
||||||
native-tls = "0.1.5"
|
native-tls = "0.1.5"
|
||||||
futures-cpupool = "0.1.8"
|
futures-cpupool = "0.1.8"
|
||||||
@ -39,7 +37,7 @@ version = "1.1.0"
|
|||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
rand = "0.4.2"
|
rand = "0.4.2"
|
||||||
tempdir = "0.3.6"
|
tempdir = "0.3.6"
|
||||||
criterion = "0.2.0"
|
criterion = "0.2.1"
|
||||||
|
|
||||||
[[bench]]
|
[[bench]]
|
||||||
name = "bench"
|
name = "bench"
|
||||||
|
|||||||
@ -6,10 +6,10 @@ workspace = "../"
|
|||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
error-chain = "0.11.0"
|
error-chain = "0.11.0"
|
||||||
hyper = "0.11.18"
|
hyper = "0.11.22"
|
||||||
log = "0.4.1"
|
log = "0.4.1"
|
||||||
mime_guess = "1.8.3"
|
mime_guess = "1.8.4"
|
||||||
reqwest = "0.8.4"
|
reqwest = "0.8.5"
|
||||||
tempdir = "0.3.6"
|
tempdir = "0.3.6"
|
||||||
glob = "0.2.11"
|
glob = "0.2.11"
|
||||||
failure = "0.1.1"
|
failure = "0.1.1"
|
||||||
|
|||||||
@ -15,17 +15,17 @@ glib = "0.4.1"
|
|||||||
humansize = "1.1.0"
|
humansize = "1.1.0"
|
||||||
lazy_static = "1.0.0"
|
lazy_static = "1.0.0"
|
||||||
log = "0.4.1"
|
log = "0.4.1"
|
||||||
loggerv = "0.7.0"
|
loggerv = "0.7.1"
|
||||||
open = "1.2.1"
|
open = "1.2.1"
|
||||||
rayon = "1.0.0"
|
rayon = "1.0.0"
|
||||||
send-cell = "0.1.2"
|
send-cell = "0.1.2"
|
||||||
url = "1.6.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.0"
|
take_mut = "0.2.0"
|
||||||
regex = "0.2.6"
|
regex = "0.2.9"
|
||||||
reqwest = "0.8.5"
|
reqwest = "0.8.5"
|
||||||
serde_json = "1.0"
|
serde_json = "1.0.11"
|
||||||
|
|
||||||
[dependencies.gtk]
|
[dependencies.gtk]
|
||||||
features = ["v3_22"]
|
features = ["v3_22"]
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user