From 15be4d4e0e8833c824f3d4a3c006c55758eaeb4a Mon Sep 17 00:00:00 2001 From: Sven-Hendrik Haase Date: Wed, 3 Jan 2024 02:45:18 +0100 Subject: Update actix-multipart to 0.6.1 --- src/errors.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/errors.rs') diff --git a/src/errors.rs b/src/errors.rs index 6875b90..80d9b9e 100644 --- a/src/errors.rs +++ b/src/errors.rs @@ -18,7 +18,7 @@ pub enum ContextualError { /// Might occur during file upload, when processing the multipart request fails #[error("Failed to process multipart request\ncaused by: {0}")] - MultipartError(actix_multipart::MultipartError), + MultipartError(String), /// Might occur during file upload #[error("File already exists, and the overwrite_files option has not been set")] -- cgit v1.2.3