update deps

This commit is contained in:
Jordan Petridis 2019-03-30 18:13:39 +02:00
parent 4a7d3d5fc2
commit 9d0d20afbd
No known key found for this signature in database
GPG Key ID: E8523968931763BE
4 changed files with 260 additions and 205 deletions

447
Cargo.lock generated

File diff suppressed because it is too large Load Diff

View File

@ -12,15 +12,15 @@ lazy_static = "1.3.0"
log = "0.4.6"
rayon = "1.0.3"
rfc822_sanitizer = "0.3.3"
rss = "1.6.1"
rss = "1.7.0"
url = "1.7.2"
xdg = "2.2.0"
xml-rs = "0.8.0"
futures = "0.1.25"
hyper = "0.12.25"
http = "0.1.16"
tokio = "0.1.16"
hyper-tls = "0.3.1"
tokio = "0.1.18"
hyper-tls = "0.3.2"
native-tls = "0.2.2"
num_cpus = "1.10.0"
failure = "0.1.5"
@ -28,11 +28,11 @@ failure_derive = "0.1.5"
[dependencies.diesel]
features = ["sqlite", "r2d2"]
version = "1.3.0"
version = "=1.3.0"
[dependencies.diesel_migrations]
features = ["sqlite"]
version = "1.3.0"
version = "=1.3.0"
[dev-dependencies]
rand = "0.6.5"

View File

@ -8,9 +8,9 @@ edition = "2018"
error-chain = "0.12.0"
log = "0.4.6"
mime_guess = "1.8.6"
reqwest = "0.9.10"
reqwest = "0.9.12"
tempdir = "0.3.7"
glob = "0.2.11"
glob = "0.3.0"
failure = "0.1.5"
failure_derive = "0.1.5"

View File

@ -22,8 +22,8 @@ url = "1.7.2"
failure = "0.1.5"
failure_derive = "0.1.5"
fragile = "0.3.0"
regex = "1.1.2"
reqwest = "0.9.10"
regex = "1.1.3"
reqwest = "0.9.12"
serde_json = "1.0.39"
# html2text = "0.1.8"
html2text = { git = "https://github.com/jugglerchris/rust-html2text" }