diff options
author | Sven-Hendrik Haase <svenstaro@gmail.com> | 2024-01-03 01:45:18 +0000 |
---|---|---|
committer | Sven-Hendrik Haase <svenstaro@gmail.com> | 2024-01-03 01:45:18 +0000 |
commit | 15be4d4e0e8833c824f3d4a3c006c55758eaeb4a (patch) | |
tree | a7f49a39f5483d8d40437fbacff2bcfadcdb44b8 /Cargo.toml | |
parent | Remove now-unsupported mips architectures (diff) | |
download | miniserve-15be4d4e0e8833c824f3d4a3c006c55758eaeb4a.tar.gz miniserve-15be4d4e0e8833c824f3d4a3c006c55758eaeb4a.zip |
Update actix-multipart to 0.6.1
Diffstat (limited to '')
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" |