-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The multipart crate has been unmaintained for a while, replace with multer which e.g. also used by axum. Unfortunately multer is async only, while the wiremock Response trait is sync[0]. So that does require some hoops to jump through for now. 0: LukeMathWalker/wiremock-rs#84 Signed-off-by: Sjoerd Simons <[email protected]>
- Loading branch information
1 parent
2cd3234
commit 4d5689b
Showing
2 changed files
with
46 additions
and
39 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters