From 744c44b3be439a982c62ab6039f4336ba2cca0f1 Mon Sep 17 00:00:00 2001 From: Lennart <18233294+lennart-k@users.noreply.github.com> Date: Sun, 11 Aug 2024 16:19:10 +0200 Subject: [PATCH] Bump actix-web version --- crates/auth/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/auth/Cargo.toml b/crates/auth/Cargo.toml index ff044a3..e5d11e3 100644 --- a/crates/auth/Cargo.toml +++ b/crates/auth/Cargo.toml @@ -6,7 +6,7 @@ edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -actix-web = "4.4" +actix-web = "4.8" actix-web-httpauth = "0.8" derive_more = "0.99" futures-util = "0.3"