mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-03 11:57:07 +02:00
update pest dependency
This commit is contained in:
parent
efe5984d54
commit
22d439f682
2 changed files with 3 additions and 3 deletions
|
@ -30,7 +30,7 @@ meilisearch-tokenizer = { path = "../meilisearch-tokenizer", version = "0.14.1"
|
|||
meilisearch-types = { path = "../meilisearch-types", version = "0.14.1" }
|
||||
once_cell = "1.3.1"
|
||||
ordered-float = { version = "1.0.2", features = ["serde"] }
|
||||
pest = { git = "https://github.com/MarinPostma/pest.git", tag = "meilisearch-patch1" }
|
||||
pest = { git = "https://github.com/pest-parser/pest.git", rev = "51fd1d49f1041f7839975664ef71fe15c7dcaf67" }
|
||||
pest_derive = "2.0"
|
||||
regex = "1.3.6"
|
||||
sdset = "0.4.0"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue