Updated reqwest depencancy.

This commit is contained in:
Jordan Petridis
2017-10-20 05:10:14 +03:00
parent b6fd0ed7ce
commit 74715292b3
4 changed files with 79 additions and 39 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ workspace = "../"
hammond-data = {path = "../hammond-data"}
error-chain = "0.11"
log = "0.3"
reqwest = "0.7"
reqwest = "0.8"
hyper = "0.11"
diesel = { version = "0.16", features = ["sqlite"] }
rss = { version = "1.1", features = ["from_url"]}