From 1b91143bdec5c937e72bacc72ce05b0ee8b31deb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 6 Jan 2024 13:18:52 +0000 Subject: [PATCH] Update Rust crate actix-files to 0.6.4 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index a76e800c..43c2b388 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -38,7 +38,7 @@ doc = false # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -actix-files = "0.6.2" +actix-files = "0.6.4" actix-http = "3.5.1" actix-service = "2.0.2" actix-web = "4.4.1"