Update dependencies
This commit is contained in:
parent
a77bf0b8fb
commit
c4c6ba9ea4
692
Cargo.lock
generated
692
Cargo.lock
generated
File diff suppressed because it is too large
Load Diff
@ -4,10 +4,10 @@ name = "podcasts-data"
|
||||
version = "0.1.0"
|
||||
|
||||
[dependencies]
|
||||
ammonia = "1.2.0"
|
||||
ammonia = "2.0.0"
|
||||
chrono = "0.4.6"
|
||||
derive_builder = "0.7.0"
|
||||
lazy_static = "1.2.0"
|
||||
derive_builder = "0.7.1"
|
||||
lazy_static = "1.3.0"
|
||||
log = "0.4.6"
|
||||
rayon = "1.0.3"
|
||||
rfc822_sanitizer = "0.3.3"
|
||||
@ -16,25 +16,25 @@ url = "1.7.2"
|
||||
xdg = "2.2.0"
|
||||
xml-rs = "0.8.0"
|
||||
futures = "0.1.25"
|
||||
hyper = "0.12.16"
|
||||
http = "0.1.14"
|
||||
tokio = "0.1.13"
|
||||
hyper = "0.12.25"
|
||||
http = "0.1.16"
|
||||
tokio = "0.1.16"
|
||||
hyper-tls = "0.3.1"
|
||||
native-tls = "0.2.2"
|
||||
num_cpus = "1.8.0"
|
||||
failure = "0.1.3"
|
||||
failure_derive = "0.1.3"
|
||||
num_cpus = "1.10.0"
|
||||
failure = "0.1.5"
|
||||
failure_derive = "0.1.5"
|
||||
|
||||
[dependencies.diesel]
|
||||
features = ["sqlite", "r2d2"]
|
||||
version = "1.3.3"
|
||||
version = "1.3.0"
|
||||
|
||||
[dependencies.diesel_migrations]
|
||||
features = ["sqlite"]
|
||||
version = "1.3.0"
|
||||
|
||||
[dev-dependencies]
|
||||
rand = "0.6.1"
|
||||
rand = "0.6.5"
|
||||
tempdir = "0.3.7"
|
||||
pretty_assertions = "0.5.1"
|
||||
pretty_assertions = "0.6.1"
|
||||
maplit = "1.0.1"
|
||||
|
||||
@ -7,14 +7,14 @@ version = "0.1.0"
|
||||
error-chain = "0.12.0"
|
||||
log = "0.4.6"
|
||||
mime_guess = "1.8.6"
|
||||
reqwest = "0.9.5"
|
||||
reqwest = "0.9.10"
|
||||
tempdir = "0.3.7"
|
||||
glob = "0.2.11"
|
||||
failure = "0.1.3"
|
||||
failure_derive = "0.1.3"
|
||||
failure = "0.1.5"
|
||||
failure_derive = "0.1.5"
|
||||
|
||||
[dependencies.podcasts-data]
|
||||
path = "../podcasts-data"
|
||||
|
||||
[dev-dependencies]
|
||||
pretty_assertions = "0.5.1"
|
||||
pretty_assertions = "0.6.1"
|
||||
|
||||
@ -9,22 +9,22 @@ chrono = "0.4.6"
|
||||
crossbeam-channel = "0.2.6"
|
||||
gdk = "0.10.0"
|
||||
gdk-pixbuf = "0.6.0"
|
||||
glib = "0.7.0"
|
||||
glib = "0.7.1"
|
||||
gstreamer = "0.13.0"
|
||||
gstreamer-player = "0.13.0"
|
||||
humansize = "1.1.0"
|
||||
lazy_static = "1.2.0"
|
||||
lazy_static = "1.3.0"
|
||||
log = "0.4.6"
|
||||
loggerv = "0.7.1"
|
||||
open = "1.2.2"
|
||||
rayon = "1.0.3"
|
||||
url = "1.7.2"
|
||||
failure = "0.1.3"
|
||||
failure_derive = "0.1.3"
|
||||
failure = "0.1.5"
|
||||
failure_derive = "0.1.5"
|
||||
fragile = "0.3.0"
|
||||
regex = "1.0.6"
|
||||
reqwest = "0.9.5"
|
||||
serde_json = "1.0.33"
|
||||
regex = "1.1.2"
|
||||
reqwest = "0.9.10"
|
||||
serde_json = "1.0.39"
|
||||
# html2text = "0.1.8"
|
||||
html2text = { git = "https://github.com/alatiera/rust-html2text" }
|
||||
gettext-rs = { git = "https://github.com/danigm/gettext-rs", branch = "no-gettext", features = ["gettext-system"] }
|
||||
@ -52,4 +52,4 @@ path = "../podcasts-data"
|
||||
path = "../podcasts-downloader"
|
||||
|
||||
[dev-dependencies]
|
||||
pretty_assertions = "0.5.1"
|
||||
pretty_assertions = "0.6.1"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user