Bump heed to 0.6.1

This commit is contained in:
Clément Renault 2019-12-07 11:49:45 +01:00
parent 17a66227f4
commit dc1849d291
No known key found for this signature in database
GPG key ID: 0151CDAB43460DAE
3 changed files with 10 additions and 9 deletions

View file

@ -15,7 +15,7 @@ deunicode = "1.0.0"
env_logger = "0.7.0"
fst = { version = "0.3.5", default-features = false }
hashbrown = { version = "0.6.0", features = ["serde"] }
heed = "0.6.0"
heed = "0.6.1"
levenshtein_automata = { version = "0.1.1", features = ["fst_automaton"] }
log = "0.4.8"
meilisearch-schema = { path = "../meilisearch-schema", version = "0.8.4" }