From 88a0fc5808d9e290d6a685b6c9eb5de97ca56dd7 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 1 Apr 2025 02:04:35 +0000 Subject: [PATCH] Update Rust crate actix-web-httpauth to 0.8.2 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 2de9b1b..b39d2ce 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,6 +13,6 @@ actix = "0.13.0" lazy_static = "1.4.0" log = "0.4.17" env_logger = "0.11.7" -actix-web-httpauth = "0.8.0" +actix-web-httpauth = "0.8.2" askama = "0.13.0" tokio = "1.23.0"