Skip to content

Commit

Permalink
Merge #2759
Browse files Browse the repository at this point in the history
2759: Bump milli to 0.33.3 r=Kerollmops a=Kerollmops

This PR fixes #2743.

Co-authored-by: Kerollmops <clement@meilisearch.com>
  • Loading branch information
bors[bot] and Kerollmops committed Sep 7, 2022
2 parents 92b0c51 + 441492f commit 3fd6af2
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
16 changes: 8 additions & 8 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion meilisearch-auth/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ edition = "2021"
enum-iterator = "0.7.0"
hmac = "0.12.1"
meilisearch-types = { path = "../meilisearch-types" }
milli = { git = "https://github.com/meilisearch/milli.git", tag = "v0.33.2" }
milli = { git = "https://github.com/meilisearch/milli.git", tag = "v0.33.3" }
rand = "0.8.4"
serde = { version = "1.0.136", features = ["derive"] }
serde_json = { version = "1.0.85", features = ["preserve_order"] }
Expand Down
2 changes: 1 addition & 1 deletion meilisearch-lib/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ lazy_static = "1.4.0"
log = "0.4.14"
meilisearch-auth = { path = "../meilisearch-auth" }
meilisearch-types = { path = "../meilisearch-types" }
milli = { git = "https://github.com/meilisearch/milli.git", tag = "v0.33.2" }
milli = { git = "https://github.com/meilisearch/milli.git", tag = "v0.33.3" }
mime = "0.3.16"
num_cpus = "1.13.1"
obkv = "0.2.0"
Expand Down

0 comments on commit 3fd6af2

Please sign in to comment.