From 60473637fe49e3d3ff5d4fa91d634b40c0c8a1e9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9mentine=20Urquizar?= Date: Mon, 11 Oct 2021 16:21:19 +0200 Subject: [PATCH] Update milli version --- Cargo.lock | 4 ++-- meilisearch-lib/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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"