From f7b32e0817cc50aee1fca444c4ce8e9f6c5aac65 Mon Sep 17 00:00:00 2001 From: Sergio Benitez Date: Sat, 27 Mar 2021 03:37:37 -0700 Subject: [PATCH] Update to latest 'multer'. --- core/lib/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/lib/Cargo.toml b/core/lib/Cargo.toml index f33bb0d0..fbac484a 100644 --- a/core/lib/Cargo.toml +++ b/core/lib/Cargo.toml @@ -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]