Update to latest 'multer'.

This commit is contained in:
Sergio Benitez 2021-03-27 03:37:37 -07:00
parent ff22645d3a
commit f7b32e0817
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@ features = ["serde"]
[dependencies.multer]
git = "https://github.com/rousan/multer-rs.git"
rev = "0620e54"
rev = "7e4f0c5f"
features = ["tokio-io"]
[dependencies.tokio]