aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorSven-Hendrik Haase <svenstaro@gmail.com>2024-01-07 00:52:57 +0000
committerSven-Hendrik Haase <svenstaro@gmail.com>2024-01-07 00:52:57 +0000
commit5f34c5e1773200e25fea864cdcce8361b3cd71f5 (patch)
treec219dba85dbbb4cb8691fb5ca235c05f04cc2ab4 /Cargo.toml
parentAdd CHANGELOG entry for #1285 (diff)
downloadminiserve-5f34c5e1773200e25fea864cdcce8361b3cd71f5.tar.gz
miniserve-5f34c5e1773200e25fea864cdcce8361b3cd71f5.zip
Fix serving files with a newline (fixes #1294)
Diffstat (limited to '')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
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"