1
0
Fork 0
mirror of https://github.com/dani-garcia/vaultwarden.git synced 2025-06-13 22:30:08 +00:00

Remove patched multer-rs

This commit is contained in:
Alex Martel 2022-12-09 12:06:00 -05:00 committed by Daniel García
parent 996b60e43d
commit 17141147a8
No known key found for this signature in database
GPG key ID: FC8A7D14C3CD543A
4 changed files with 2 additions and 46 deletions

3
Cargo.lock generated
View file

@ -1516,7 +1516,8 @@ dependencies = [
[[package]]
name = "multer"
version = "2.0.4"
source = "git+https://github.com/BlackDex/multer-rs?rev=477d16b7fa0f361b5c2a5ba18a5b28bec6d26a8a#477d16b7fa0f361b5c2a5ba18a5b28bec6d26a8a"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6ed4198ce7a4cbd2a57af78d28c6fbb57d81ac5f1d6ad79ac6c5587419cbdf22"
dependencies = [
"bytes",
"encoding_rs",