Fix the update system to always consume updates even if failing

This commit is contained in:
Clément Renault
2019-10-31 17:27:58 +01:00
parent b73874bf24
commit 6b326a45d7
4 changed files with 52 additions and 30 deletions

View File

@ -13,7 +13,7 @@ chrono = { version = "0.4.9", features = ["serde"] }
crossbeam-channel = "0.3.9"
envconfig = "0.5.1"
envconfig_derive = "0.5.1"
heed = "0.3.0"
heed = "0.3.1"
http = "0.1.19"
indexmap = { version = "1.3.0", features = ["serde-1"] }
jemallocator = "0.3.2"