From 5f34c5e1773200e25fea864cdcce8361b3cd71f5 Mon Sep 17 00:00:00 2001 From: Sven-Hendrik Haase Date: Sun, 7 Jan 2024 01:52:57 +0100 Subject: Fix serving files with a newline (fixes #1294) --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 6ccbbad..d544eea 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,7 +19,7 @@ panic = 'abort' strip = true [dependencies] -actix-files = "0.6" +actix-files = "0.6.4" actix-multipart = "0.6" actix-web = { version = "4", features = ["macros", "compress-brotli", "compress-gzip", "compress-zstd"], default-features = false } actix-web-httpauth = "0.8" -- cgit v1.2.3