From 5c0c3134722b1a9e06121aa2b2f06c5209a0e4b1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 May 2024 04:40:28 +0000 Subject: [PATCH] Update multer requirement from 2.0 to 3.1 Updates the requirements on [multer](https://github.com/rwf2/multer) to permit the latest version. - [Release notes](https://github.com/rwf2/multer/releases) - [Commits](https://github.com/rwf2/multer/compare/v2.0.0...v3.1.0) --- updated-dependencies: - dependency-name: multer dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index d8e84d280d..c2c2d50d47 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -25,7 +25,7 @@ gotham = { version = "0.7.2", default-features = false } gotham_formdata_derive = { version = "0.0.7", path = "derive/" } log = "0.4" mime = "0.3.16" -multer = "2.0" +multer = "3.1" paste = "1.0" serde = "1.0" thiserror = "1.0"