replace lazy_static with once_cell

This commit is contained in:
mposmta
2020-04-09 14:30:16 +02:00
committed by marin
parent c3d5778aae
commit a0a481697b
3 changed files with 9 additions and 13 deletions

5
Cargo.lock generated
View File

@ -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",
]