Update deps.
This commit is contained in:
@@ -6,9 +6,9 @@ workspace = "../"
|
||||
|
||||
[dependencies]
|
||||
ammonia = "1.1.0"
|
||||
chrono = "0.4.0"
|
||||
chrono = "0.4.1"
|
||||
derive_builder = "0.5.1"
|
||||
itertools = "0.7.7"
|
||||
itertools = "0.7.8"
|
||||
lazy_static = "1.0.0"
|
||||
log = "0.4.1"
|
||||
rayon = "1.0.1"
|
||||
@@ -16,9 +16,9 @@ rfc822_sanitizer = "0.3.3"
|
||||
rss = "1.4.0"
|
||||
url = "1.7.0"
|
||||
xdg = "2.1.0"
|
||||
futures = "0.1.18"
|
||||
hyper = "0.11.22"
|
||||
tokio-core = "0.1.15"
|
||||
futures = "0.1.20"
|
||||
hyper = "0.11.24"
|
||||
tokio-core = "0.1.16"
|
||||
hyper-tls = "0.1.3"
|
||||
native-tls = "0.1.5"
|
||||
futures-cpupool = "0.1.8"
|
||||
@@ -36,8 +36,8 @@ version = "1.1.0"
|
||||
|
||||
[dev-dependencies]
|
||||
rand = "0.4.2"
|
||||
tempdir = "0.3.6"
|
||||
criterion = "0.2.1"
|
||||
tempdir = "0.3.7"
|
||||
criterion = "0.2.2"
|
||||
|
||||
[[bench]]
|
||||
name = "bench"
|
||||
|
||||
Reference in New Issue
Block a user