diff --git a/Cargo.lock b/Cargo.lock index 71bf41376..55273a62f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -977,7 +977,7 @@ dependencies = [ [[package]] name = "filter-parser" version = "0.1.0" -source = "git+https://github.com/meilisearch/milli.git?tag=v0.21.0#c83b77304a3062bdbb5b2a3503a710711caebdea" +source = "git+https://github.com/meilisearch/milli.git?tag=v0.21.1#7f50ca9a20090fc4fe2abae0394c1e6fdd351ebd" dependencies = [ "nom", "nom_locate", @@ -1675,7 +1675,7 @@ dependencies = [ [[package]] name = "meilisearch-error" -version = "0.25.0" +version = "0.25.2" dependencies = [ "actix-web", "proptest", @@ -1686,7 +1686,7 @@ dependencies = [ [[package]] name = "meilisearch-http" -version = "0.25.0" +version = "0.25.2" dependencies = [ "actix-cors", "actix-rt", @@ -1759,7 +1759,7 @@ dependencies = [ [[package]] name = "meilisearch-lib" -version = "0.25.0" +version = "0.25.2" dependencies = [ "actix-rt", "actix-web", @@ -1860,8 +1860,8 @@ dependencies = [ [[package]] name = "milli" -version = "0.21.0" -source = "git+https://github.com/meilisearch/milli.git?tag=v0.21.0#c83b77304a3062bdbb5b2a3503a710711caebdea" +version = "0.21.1" +source = "git+https://github.com/meilisearch/milli.git?tag=v0.21.1#7f50ca9a20090fc4fe2abae0394c1e6fdd351ebd" dependencies = [ "bimap", "bincode", diff --git a/meilisearch-error/Cargo.toml b/meilisearch-error/Cargo.toml index 258a1352e..ed2d82baf 100644 --- a/meilisearch-error/Cargo.toml +++ b/meilisearch-error/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "meilisearch-error" -version = "0.25.0" +version = "0.25.2" authors = ["marin "] edition = "2021" diff --git a/meilisearch-http/Cargo.toml b/meilisearch-http/Cargo.toml index fce7f3fef..025c05aec 100644 --- a/meilisearch-http/Cargo.toml +++ b/meilisearch-http/Cargo.toml @@ -4,7 +4,7 @@ description = "Meilisearch HTTP server" edition = "2021" license = "MIT" name = "meilisearch-http" -version = "0.25.0" +version = "0.25.2" [[bin]] name = "meilisearch" diff --git a/meilisearch-lib/Cargo.toml b/meilisearch-lib/Cargo.toml index 792081d41..154dbfc68 100644 --- a/meilisearch-lib/Cargo.toml +++ b/meilisearch-lib/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "meilisearch-lib" -version = "0.25.0" +version = "0.25.2" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html @@ -28,7 +28,7 @@ lazy_static = "1.4.0" log = "0.4.14" meilisearch-error = { path = "../meilisearch-error" } meilisearch-auth = { path = "../meilisearch-auth" } -milli = { git = "https://github.com/meilisearch/milli.git", tag = "v0.21.0" } +milli = { git = "https://github.com/meilisearch/milli.git", tag = "v0.21.1" } mime = "0.3.16" num_cpus = "1.13.0" once_cell = "1.8.0"