From e432c36439ce18b6b4f2b064634579dcb569e035 Mon Sep 17 00:00:00 2001 From: RenovateBot Date: Sun, 9 Jun 2024 21:04:22 +0000 Subject: [PATCH] Update Rust crate actix-files to 0.6.6 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 18a0978..ca11755 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,6 +7,6 @@ edition = "2021" [dependencies] actix-web = { version = "4" } -actix-files = { version ="0.6.5" } +actix-files = { version ="0.6.6" } tera = "1.19.1" env_logger = "0.11.3"