diff --git a/Cargo.lock b/Cargo.lock index 4fd864352..10dc0957e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1804,8 +1804,8 @@ dependencies = [ [[package]] name = "milli" -version = "0.20.0" -source = "git+https://github.com/meilisearch/milli.git?tag=v0.20.0#5a6d22d4ec51dda0aba94b314e1b5a38af9400a2" +version = "0.20.1" +source = "git+https://github.com/meilisearch/milli.git?tag=v0.20.1#3be37b00e7a8ae46757a7629c55222c4e2e6c764" dependencies = [ "bimap", "bincode", diff --git a/meilisearch-lib/Cargo.toml b/meilisearch-lib/Cargo.toml index e33be9c6a..935fc4054 100644 --- a/meilisearch-lib/Cargo.toml +++ b/meilisearch-lib/Cargo.toml @@ -30,7 +30,7 @@ lazy_static = "1.4.0" log = "0.4.14" meilisearch-error = { path = "../meilisearch-error" } meilisearch-tokenizer = { git = "https://github.com/meilisearch/tokenizer.git", tag = "v0.2.5" } -milli = { git = "https://github.com/meilisearch/milli.git", tag = "v0.20.0" } +milli = { git = "https://github.com/meilisearch/milli.git", tag = "v0.20.1" } mime = "0.3.16" num_cpus = "1.13.0" once_cell = "1.8.0"