diff --git a/Cargo.lock b/Cargo.lock index a29a144e3..3d85c8745 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1785,8 +1785,8 @@ dependencies = [ [[package]] name = "milli" -version = "0.17.1" -source = "git+https://github.com/meilisearch/milli.git?tag=v0.17.1#31c18f095396d45e67ace32038dda7d0fbc9a4e4" +version = "0.17.2" +source = "git+https://github.com/meilisearch/milli.git?tag=v0.17.2#07fb6d64e579b17e6565e9aa7f444e1b03802f4a" dependencies = [ "bimap", "bincode", diff --git a/meilisearch-lib/Cargo.toml b/meilisearch-lib/Cargo.toml index 51593f921..6763bb742 100644 --- a/meilisearch-lib/Cargo.toml +++ b/meilisearch-lib/Cargo.toml @@ -31,7 +31,7 @@ log = "0.4.14" meilisearch-error = { path = "../meilisearch-error" } meilisearch-tokenizer = { git = "https://github.com/meilisearch/tokenizer.git", tag = "v0.2.5" } memmap = "0.7.0" -milli = { git = "https://github.com/meilisearch/milli.git", tag = "v0.17.1"} +milli = { git = "https://github.com/meilisearch/milli.git", tag = "v0.17.2" } mime = "0.3.16" num_cpus = "1.13.0" once_cell = "1.8.0"