Don't cache recoverable errors for too long

This commit is contained in:
Frank Denis 2019-10-01 16:49:42 +02:00
parent 8c96ecdc10
commit a3bb77fa61
3 changed files with 22 additions and 5 deletions

View file

@ -17,8 +17,8 @@ tls = ["native-tls", "tokio-tls"]
[dependencies]
base64 = "0.10"
clap = "2.33.0"
futures = "0.1.28"
hyper = "0.12.33"
futures = "0.1.29"
hyper = "0.12.35"
jemallocator = "0"
native-tls = { version = "0.2.3", optional = true }
tokio = "0.1.22"