Bump the fst crate to 0.4.4

This commit is contained in:
Kerollmops 2020-05-22 15:01:35 +02:00
parent cd1679dea7
commit 6c87723b19
No known key found for this signature in database
GPG key ID: 92ADA4E935E71FA4
2 changed files with 6 additions and 9 deletions

View file

@ -16,13 +16,13 @@ crossbeam-channel = "0.4.2"
deunicode = "1.1.0"
either = "1.5.3"
env_logger = "0.7.1"
fst = { version = "0.3.5", default-features = false }
fst = "0.4.4"
hashbrown = { version = "0.7.1", features = ["serde"] }
heed = "0.7.0"
indexmap = { version = "1.3.2", features = ["serde-1"] }
intervaltree = "0.2.5"
itertools = "0.9.0"
levenshtein_automata = { version = "0.1.1", features = ["fst_automaton"] }
levenshtein_automata = { version = "0.2.0", features = ["fst_automaton"] }
log = "0.4.8"
meilisearch-schema = { path = "../meilisearch-schema", version = "0.10.1" }
meilisearch-tokenizer = { path = "../meilisearch-tokenizer", version = "0.10.1" }