From c299417a59bb193ca15aea83f43bf9dcea6e754f Mon Sep 17 00:00:00 2001 From: RenovateBot Date: Thu, 11 Jan 2024 02:05:52 +0100 Subject: [PATCH] Update Rust crate actix-files to 0.6.5 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index b0c8f16..fa31f8e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,6 +7,6 @@ edition = "2021" [dependencies] actix-web = { version = "4" } -actix-files = { version ="0.6.2" } +actix-files = { version ="0.6.5" } tera = "1.19.1" env_logger = "0.10.1"