improvement: upgrade to sled 0.32

BREAKING CHANGE: old databases are not compatible anymore
This commit is contained in:
timokoesters 2020-06-26 16:10:56 +02:00
parent 24c544f650
commit 05f1f73e10
No known key found for this signature in database
GPG key ID: 24DA7517711A2BA4
2 changed files with 61 additions and 2 deletions

View file

@ -15,7 +15,7 @@ edition = "2018"
rocket = { git = "https://github.com/SergioBenitez/Rocket.git", rev = "4928e35ec5c4b9242f50d644282d9896d0160a10", features = ["tls"] }
http = "0.2.1"
log = "0.4.8"
sled = "0.31.0"
sled = "0.32.0"
directories = "2.0.2"
js_int = "0.1.5"
serde_json = { version = "1.0.53", features = ["raw_value"] }