mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-04 20:37:15 +02:00
upgrade actix-web to v3
This commit is contained in:
parent
4acaecd921
commit
ba0f44e361
16 changed files with 649 additions and 444 deletions
|
@ -1,5 +1,5 @@
|
|||
use actix_web::{web, HttpResponse};
|
||||
use actix_web_macros::{delete, get, post, put};
|
||||
use actix_web::{delete, get, post, put};
|
||||
use chrono::{DateTime, Utc};
|
||||
use log::error;
|
||||
use rand::seq::SliceRandom;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue