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"