mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-03 20:07:09 +02:00
rebase on index-scheduler
This commit is contained in:
parent
6987bc185e
commit
458a531547
7 changed files with 12 additions and 6 deletions
|
@ -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"] }
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue