Bump heed to 0.8.0 and handle abort errors

This commit is contained in:
Kerollmops 2020-05-26 17:03:53 +02:00
parent 166a301c7f
commit 8cebf78485
No known key found for this signature in database
GPG key ID: 92ADA4E935E71FA4
4 changed files with 7 additions and 7 deletions

View file

@ -29,7 +29,7 @@ chrono = { version = "0.4.11", features = ["serde"] }
crossbeam-channel = "0.4.2"
env_logger = "0.7.1"
futures = "0.3.4"
heed = "0.7.0"
heed = "0.8.0"
http = "0.1.19"
indexmap = { version = "1.3.2", features = ["serde-1"] }
log = "0.4.8"