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"