bump milli

This commit is contained in:
Irevoire 2022-10-26 18:15:30 +02:00 committed by Clément Renault
parent 7c908fadcf
commit 953055e3d7
No known key found for this signature in database
GPG Key ID: 92ADA4E935E71FA4
2 changed files with 5 additions and 5 deletions

8
Cargo.lock generated
View File

@ -1313,7 +1313,7 @@ dependencies = [
[[package]] [[package]]
name = "filter-parser" name = "filter-parser"
version = "0.35.0" version = "0.35.0"
source = "git+https://github.com/meilisearch/milli.git?branch=main#d3f95e6c691a055421f05b951f7e1298bfacfa52" source = "git+https://github.com/meilisearch/milli.git#2e539249cb16f5e88be9f21ab712f8b4266cad36"
dependencies = [ dependencies = [
"nom", "nom",
"nom_locate", "nom_locate",
@ -1332,7 +1332,7 @@ dependencies = [
[[package]] [[package]]
name = "flatten-serde-json" name = "flatten-serde-json"
version = "0.35.0" version = "0.35.0"
source = "git+https://github.com/meilisearch/milli.git?branch=main#d3f95e6c691a055421f05b951f7e1298bfacfa52" source = "git+https://github.com/meilisearch/milli.git#2e539249cb16f5e88be9f21ab712f8b4266cad36"
dependencies = [ dependencies = [
"serde_json", "serde_json",
] ]
@ -1872,7 +1872,7 @@ dependencies = [
[[package]] [[package]]
name = "json-depth-checker" name = "json-depth-checker"
version = "0.35.0" version = "0.35.0"
source = "git+https://github.com/meilisearch/milli.git?branch=main#d3f95e6c691a055421f05b951f7e1298bfacfa52" source = "git+https://github.com/meilisearch/milli.git#2e539249cb16f5e88be9f21ab712f8b4266cad36"
dependencies = [ dependencies = [
"serde_json", "serde_json",
] ]
@ -2385,7 +2385,7 @@ dependencies = [
[[package]] [[package]]
name = "milli" name = "milli"
version = "0.35.0" version = "0.35.0"
source = "git+https://github.com/meilisearch/milli.git?branch=main#d3f95e6c691a055421f05b951f7e1298bfacfa52" source = "git+https://github.com/meilisearch/milli.git#2e539249cb16f5e88be9f21ab712f8b4266cad36"
dependencies = [ dependencies = [
"bimap", "bimap",
"bincode", "bincode",

View File

@ -12,7 +12,7 @@ either = { version = "1.6.1", features = ["serde"] }
enum-iterator = "1.1.3" enum-iterator = "1.1.3"
flate2 = "1.0.24" flate2 = "1.0.24"
fst = "0.4.7" fst = "0.4.7"
milli = { git = "https://github.com/meilisearch/milli.git", branch = "main", default-features = false } milli = { git = "https://github.com/meilisearch/milli.git", version = "0.35.0", default-features = false }
proptest = { version = "1.0.0", optional = true } proptest = { version = "1.0.0", optional = true }
proptest-derive = { version = "0.3.0", optional = true } proptest-derive = { version = "0.3.0", optional = true }
roaring = { version = "0.10.0", features = ["serde"] } roaring = { version = "0.10.0", features = ["serde"] }