1
0
Fork 0
mirror of https://gitlab.com/news-flash/article_scraper.git synced 2025-07-07 16:15:32 +02:00

update deps and remove html2text

This commit is contained in:
Jan Lukas Gernert 2018-08-02 17:05:26 +02:00
parent 4b2e6a24eb
commit ed66a705c1
2 changed files with 2 additions and 4 deletions

View file

@ -4,15 +4,14 @@ version = "0.1.0"
authors = ["Jan Lukas Gernert <jangernert@gmail.com>"] authors = ["Jan Lukas Gernert <jangernert@gmail.com>"]
[dependencies] [dependencies]
failure = "0.1.1" failure = "0.1.2"
libxml = "0.2.2" libxml = "0.2.2"
reqwest = "0.8.6" reqwest = "0.8.7"
url = "1.7.1" url = "1.7.1"
regex = "1.0.2" regex = "1.0.2"
encoding_rs = "0.8.4" encoding_rs = "0.8.4"
chrono = "0.4.5" chrono = "0.4.5"
htmlescape = "0.3.1" htmlescape = "0.3.1"
html2text = "0.1.8"
base64 = "0.9.2" base64 = "0.9.2"
image = "0.19.0" image = "0.19.0"
log = "0.4.3" log = "0.4.3"

View file

@ -5,7 +5,6 @@ extern crate reqwest;
extern crate url; extern crate url;
extern crate regex; extern crate regex;
extern crate encoding_rs; extern crate encoding_rs;
extern crate html2text;
extern crate htmlescape; extern crate htmlescape;
extern crate base64; extern crate base64;
extern crate image; extern crate image;