Skip to content

Commit

Permalink
Update multer requirement from 2.0 to 3.1
Browse files Browse the repository at this point in the history
Updates the requirements on [multer](https://github.com/rwf2/multer) to permit the latest version.
- [Release notes](https://github.com/rwf2/multer/releases)
- [Commits](rwf2/multer@v2.0.0...v3.1.0)

---
updated-dependencies:
- dependency-name: multer
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored May 6, 2024
1 parent 17fa3eb commit 5c0c313
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 5c0c313

Please sign in to comment.