summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorAlex Martel <[email protected]>2022-12-09 12:06:00 -0500
committerAlex Martel <[email protected]>2022-12-29 12:09:53 -0500
commita6d09407b94cca6ff4d06670bd323cba9a6fe302 (patch)
tree8f717f3b8126dbbe920432ffebd649f314023071 /Cargo.toml
parent10dadfca068ed449fcd4a74b70ae2cd83990d3d4 (diff)
downloadvaultwarden-a6d09407b94cca6ff4d06670bd323cba9a6fe302.tar.gz
vaultwarden-a6d09407b94cca6ff4d06670bd323cba9a6fe302.zip
Remove patched multer-rs
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml6
1 files changed, 0 insertions, 6 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 4f4e4f0f..54feb671 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -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]