diff --git a/Cargo.lock b/Cargo.lock index a48b3c327..dd2d6688d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3256,6 +3256,7 @@ dependencies = [ "flate2", "indexmap", "insta", + "itertools 0.14.0", "maplit", "meili-snap", "meilisearch-auth", diff --git a/crates/index-scheduler/Cargo.toml b/crates/index-scheduler/Cargo.toml index 20cc49686..db8c2191a 100644 --- a/crates/index-scheduler/Cargo.toml +++ b/crates/index-scheduler/Cargo.toml @@ -45,6 +45,7 @@ tracing = "0.1.41" ureq = "2.12.1" uuid = { version = "1.17.0", features = ["serde", "v4"] } backoff = "0.4.0" +itertools = "0.14.0" [dev-dependencies] big_s = "1.0.2"