diff --git a/Cargo.lock b/Cargo.lock index 8bc6477f4..2033edafc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1312,8 +1312,8 @@ dependencies = [ [[package]] name = "filter-parser" -version = "0.33.4" -source = "git+https://github.com/meilisearch/milli.git?branch=indexation-abortion#fc03e536153d61da3224698f34fb8c6ee2312c2f" +version = "0.35.0" +source = "git+https://github.com/meilisearch/milli.git?branch=main#d3f95e6c691a055421f05b951f7e1298bfacfa52" dependencies = [ "nom", "nom_locate", @@ -1331,8 +1331,8 @@ dependencies = [ [[package]] name = "flatten-serde-json" -version = "0.33.4" -source = "git+https://github.com/meilisearch/milli.git?branch=indexation-abortion#fc03e536153d61da3224698f34fb8c6ee2312c2f" +version = "0.35.0" +source = "git+https://github.com/meilisearch/milli.git?branch=main#d3f95e6c691a055421f05b951f7e1298bfacfa52" dependencies = [ "serde_json", ] @@ -1871,8 +1871,8 @@ dependencies = [ [[package]] name = "json-depth-checker" -version = "0.33.4" -source = "git+https://github.com/meilisearch/milli.git?branch=indexation-abortion#fc03e536153d61da3224698f34fb8c6ee2312c2f" +version = "0.35.0" +source = "git+https://github.com/meilisearch/milli.git?branch=main#d3f95e6c691a055421f05b951f7e1298bfacfa52" dependencies = [ "serde_json", ] @@ -2384,8 +2384,8 @@ dependencies = [ [[package]] name = "milli" -version = "0.33.4" -source = "git+https://github.com/meilisearch/milli.git?branch=indexation-abortion#fc03e536153d61da3224698f34fb8c6ee2312c2f" +version = "0.35.0" +source = "git+https://github.com/meilisearch/milli.git?branch=main#d3f95e6c691a055421f05b951f7e1298bfacfa52" dependencies = [ "bimap", "bincode", diff --git a/meilisearch-types/Cargo.toml b/meilisearch-types/Cargo.toml index 2ce23e4cc..c7b2ab04d 100644 --- a/meilisearch-types/Cargo.toml +++ b/meilisearch-types/Cargo.toml @@ -12,7 +12,7 @@ either = { version = "1.6.1", features = ["serde"] } enum-iterator = "1.1.3" flate2 = "1.0.24" fst = "0.4.7" -milli = { git = "https://github.com/meilisearch/milli.git", branch = "indexation-abortion", default-features = false } +milli = { git = "https://github.com/meilisearch/milli.git", branch = "main", default-features = false } proptest = { version = "1.0.0", optional = true } proptest-derive = { version = "0.3.0", optional = true } roaring = { version = "0.10.0", features = ["serde"] }