mirror of
https://github.com/meilisearch/meilisearch.git
synced 2025-07-26 16:21:07 +00:00
replace lazy_static with once_cell
This commit is contained in:
5
Cargo.lock
generated
5
Cargo.lock
generated
@ -1087,7 +1087,6 @@ dependencies = [
|
||||
"intervaltree",
|
||||
"itertools 0.9.0",
|
||||
"jemallocator",
|
||||
"lazy_static",
|
||||
"levenshtein_automata",
|
||||
"log",
|
||||
"meilisearch-schema",
|
||||
@ -1095,7 +1094,7 @@ dependencies = [
|
||||
"meilisearch-types",
|
||||
"once_cell",
|
||||
"ordered-float",
|
||||
"pest 2.1.3 (git+https://github.com/MarinPostma/pest.git)",
|
||||
"pest 2.1.3 (git+https://github.com/MarinPostma/pest.git?tag=meilisearch-patch1)",
|
||||
"pest_derive",
|
||||
"regex",
|
||||
"rustyline",
|
||||
@ -1406,7 +1405,7 @@ checksum = "d4fd5641d01c8f18a23da7b6fe29298ff4b55afcccdf78973b24cf3175fee32e"
|
||||
[[package]]
|
||||
name = "pest"
|
||||
version = "2.1.3"
|
||||
source = "git+https://github.com/MarinPostma/pest.git#e1031ad0134d5e9893c470dbea50811b2b746926"
|
||||
source = "git+https://github.com/MarinPostma/pest.git?tag=meilisearch-patch1#e1031ad0134d5e9893c470dbea50811b2b746926"
|
||||
dependencies = [
|
||||
"ucd-trie",
|
||||
]
|
||||
|
Reference in New Issue
Block a user