aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorSven-Hendrik Haase <svenstaro@gmail.com>2024-01-03 01:45:18 +0000
committerSven-Hendrik Haase <svenstaro@gmail.com>2024-01-03 01:45:18 +0000
commit15be4d4e0e8833c824f3d4a3c006c55758eaeb4a (patch)
treea7f49a39f5483d8d40437fbacff2bcfadcdb44b8 /Cargo.toml
parentRemove now-unsupported mips architectures (diff)
downloadminiserve-15be4d4e0e8833c824f3d4a3c006c55758eaeb4a.tar.gz
miniserve-15be4d4e0e8833c824f3d4a3c006c55758eaeb4a.zip
Update actix-multipart to 0.6.1
Diffstat (limited to '')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index bd49bbb..6ccbbad 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -20,7 +20,7 @@ strip = true
[dependencies]
actix-files = "0.6"
-actix-multipart = "0.5"
+actix-multipart = "0.6"
actix-web = { version = "4", features = ["macros", "compress-brotli", "compress-gzip", "compress-zstd"], default-features = false }
actix-web-httpauth = "0.8"
alphanumeric-sort = "1"