remove http and uses actix_web::http instead

This commit is contained in:
Tamo 2024-07-08 19:43:21 +02:00
parent cd46ebd6b5
commit 4aa7d386d8
7 changed files with 6 additions and 10 deletions

View file

@ -1,6 +1,5 @@
use actix_web::http::header::ContentType;
use actix_web::http::header::{ContentType, ACCEPT_ENCODING};
use actix_web::test;
use http::header::ACCEPT_ENCODING;
use meili_snap::{json_string, snapshot};
use meilisearch::Opt;