rebase on index-scheduler

This commit is contained in:
Tamo 2022-10-17 15:11:35 +02:00 committed by Clément Renault
parent 6987bc185e
commit 458a531547
No known key found for this signature in database
GPG key ID: 92ADA4E935E71FA4
7 changed files with 12 additions and 6 deletions

View file

@ -14,3 +14,4 @@ sha2 = "0.10.6"
thiserror = "1.0.37"
time = { version = "0.3.15", features = ["serde-well-known", "formatting", "parsing", "macros"] }
uuid = { version = "1.1.2", features = ["serde", "v4"] }
roaring = { version = "0.10.0", features = ["serde"] }

View file

@ -18,7 +18,7 @@ pub enum AuthControllerError {
}
internal_error!(
AuthControllerError: milli::heed::Error,
AuthControllerError: meilisearch_types::milli::heed::Error,
std::io::Error,
serde_json::Error,
std::str::Utf8Error

View file

@ -11,6 +11,7 @@ use std::sync::Arc;
use hmac::{Hmac, Mac};
use meilisearch_types::keys::KeyId;
use meilisearch_types::milli;
use meilisearch_types::star_or::StarOr;
use meilisearch_types::milli;
use milli::heed::types::{ByteSlice, DecodeIgnore, SerdeJson};