mirror of https://github.com/fafhrd91/actix-web
remove tempfile rename
This commit is contained in:
parent
bc962f05ef
commit
d3199d4f77
|
@ -11,7 +11,7 @@ use derive_more::{Display, Error};
|
|||
use futures_core::future::LocalBoxFuture;
|
||||
use futures_util::TryStreamExt as _;
|
||||
use mime::Mime;
|
||||
use tempfile::NamedTempFile;
|
||||
use tempfile_dep::NamedTempFile;
|
||||
use tokio::io::AsyncWriteExt;
|
||||
|
||||
use super::FieldErrorHandler;
|
||||
|
|
|
@ -8,7 +8,6 @@
|
|||
// This allows us to use the actix_multipart_derive within this crate's tests
|
||||
#[cfg(test)]
|
||||
extern crate self as actix_multipart;
|
||||
extern crate tempfile_dep as tempfile;
|
||||
|
||||
mod error;
|
||||
mod extractor;
|
||||
|
|
Loading…
Reference in New Issue