mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-03 11:57:07 +02:00
Merge #2450
2450: Bump the dependencies r=ManyTheFish a=Kerollmops In order to use [the latest version of grenad](https://docs.rs/grenad) I bump the dependencies here. We also use the latest versions of all our other dependencies now. Co-authored-by: Kerollmops <clement@meilisearch.com>
This commit is contained in:
commit
8b8c3e32f0
2 changed files with 190 additions and 196 deletions
|
@ -182,7 +182,7 @@ async fn list_tasks_status_and_type_filtered() {
|
|||
let (response, code) = index
|
||||
.filtered_tasks(
|
||||
&["indexCreation", "documentAdditionOrUpdate"],
|
||||
&["succeeded", "processing"],
|
||||
&["succeeded", "processing", "enqueued"],
|
||||
)
|
||||
.await;
|
||||
assert_eq!(code, 200, "{}", response);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue