Add roaring to meilisearch

This commit is contained in:
Louis Dureuil 2024-07-11 16:27:50 +02:00
parent 29b44e5541
commit 12a7a45930
No known key found for this signature in database
2 changed files with 2 additions and 0 deletions

1
Cargo.lock generated
View File

@ -3394,6 +3394,7 @@ dependencies = [
"rayon", "rayon",
"regex", "regex",
"reqwest", "reqwest",
"roaring",
"rustls 0.21.12", "rustls 0.21.12",
"rustls-pemfile 1.0.4", "rustls-pemfile 1.0.4",
"segment", "segment",

View File

@ -102,6 +102,7 @@ tracing-subscriber = { version = "0.3.18", features = ["json"] }
tracing-trace = { version = "0.1.0", path = "../tracing-trace" } tracing-trace = { version = "0.1.0", path = "../tracing-trace" }
tracing-actix-web = "0.7.11" tracing-actix-web = "0.7.11"
build-info = { version = "1.7.0", path = "../build-info" } build-info = { version = "1.7.0", path = "../build-info" }
roaring = "0.10.2"
[dev-dependencies] [dev-dependencies]
actix-rt = "2.10.0" actix-rt = "2.10.0"