diff options
author | Alex Martel <[email protected]> | 2022-12-09 12:06:00 -0500 |
---|---|---|
committer | Alex Martel <[email protected]> | 2022-12-29 12:09:53 -0500 |
commit | a6d09407b94cca6ff4d06670bd323cba9a6fe302 (patch) | |
tree | 8f717f3b8126dbbe920432ffebd649f314023071 /Cargo.toml | |
parent | 10dadfca068ed449fcd4a74b70ae2cd83990d3d4 (diff) | |
download | vaultwarden-a6d09407b94cca6ff4d06670bd323cba9a6fe302.tar.gz vaultwarden-a6d09407b94cca6ff4d06670bd323cba9a6fe302.zip |
Remove patched multer-rs
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 6 |
1 files changed, 0 insertions, 6 deletions
@@ -152,12 +152,6 @@ semver = "1.0.14" # Mainly used for the musl builds, since the default musl malloc is very slow mimalloc = { version = "0.1.32", features = ["secure"], default-features = false, optional = true } -[patch.crates-io] -# Using a patched version of multer-rs (Used by Rocket) to fix attachment/send file uploads -# Issue: https://github.com/dani-garcia/vaultwarden/issues/2644 -# Patch: https://github.com/BlackDex/multer-rs/commit/477d16b7fa0f361b5c2a5ba18a5b28bec6d26a8a -multer = { git = "https://github.com/BlackDex/multer-rs", rev = "477d16b7fa0f361b5c2a5ba18a5b28bec6d26a8a" } - # Strip debuginfo from the release builds # Also enable thin LTO for some optimizations [profile.release] |