From ef8d9a20f8222f7ca1fc6fa882f4a48752fb880f Mon Sep 17 00:00:00 2001 From: Tamo Date: Mon, 8 Jul 2024 18:36:32 +0200 Subject: [PATCH] update actix-web --- meilisearch/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meilisearch/Cargo.toml b/meilisearch/Cargo.toml index ce596821c..48da3e475 100644 --- a/meilisearch/Cargo.toml +++ b/meilisearch/Cargo.toml @@ -14,13 +14,13 @@ default-run = "meilisearch" [dependencies] actix-cors = "0.7.0" -actix-http = { version = "3.7.0", default-features = false, features = [ +actix-http = { version = "3.8.0", default-features = false, features = [ "compress-brotli", "compress-gzip", "rustls-0_21", ] } actix-utils = "3.0.1" -actix-web = { version = "4.6.0", default-features = false, features = [ +actix-web = { version = "4.8.0", default-features = false, features = [ "macros", "compress-brotli", "compress-gzip",