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

update reqwest to stable

This commit is contained in:
Jan Lukas Gernert 2020-01-18 19:06:53 +01:00
parent 9e995122c4
commit d843809437
3 changed files with 5 additions and 5 deletions

View file

@ -7,8 +7,8 @@ edition = "2018"
[dependencies]
failure = "0.1"
libxml = { git = "https://github.com/KWARC/rust-libxml.git" }
reqwest = { version = "0.10.0-alpha.2", features = ["json"] }
tokio = { version = "=0.2.0-alpha.6" }
reqwest = { version = "0.10", features = ["json", "native-tls"] }
tokio = { version = "=0.2", features = ["macros"] }
url = "2.1"
regex = "1.3"
encoding_rs = "0.8"