mirror of
https://github.com/meilisearch/meilisearch.git
synced 2025-07-26 16:21:07 +00:00
update queue refactor, first iteration
This commit is contained in:
5
Cargo.lock
generated
5
Cargo.lock
generated
@ -1142,6 +1142,7 @@ dependencies = [
|
||||
"lmdb-rkv-sys",
|
||||
"once_cell",
|
||||
"page_size",
|
||||
"serde",
|
||||
"synchronoise",
|
||||
"url",
|
||||
"zerocopy",
|
||||
@ -1527,6 +1528,7 @@ dependencies = [
|
||||
"actix-rt",
|
||||
"actix-service",
|
||||
"actix-web",
|
||||
"anyhow",
|
||||
"assert-json-diff",
|
||||
"byte-unit",
|
||||
"bytes 0.6.0",
|
||||
@ -1535,6 +1537,8 @@ dependencies = [
|
||||
"env_logger 0.8.2",
|
||||
"flate2",
|
||||
"futures",
|
||||
"grenad",
|
||||
"heed",
|
||||
"http",
|
||||
"indexmap",
|
||||
"jemallocator",
|
||||
@ -1545,6 +1549,7 @@ dependencies = [
|
||||
"mime",
|
||||
"once_cell",
|
||||
"rand 0.7.3",
|
||||
"rayon",
|
||||
"regex",
|
||||
"rustls 0.18.1",
|
||||
"sentry",
|
||||
|
Reference in New Issue
Block a user