mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2025-10-30 09:48:20 +02:00
Updated dependencies
Updated some dependencies and used a git patch for lettre addressing timeouts.
This commit is contained in:
@@ -119,3 +119,7 @@ rmp = { git = 'https://github.com/3Hren/msgpack-rust', rev = 'd6c6c672e470341207
|
||||
# Use newest ring
|
||||
rocket = { git = 'https://github.com/SergioBenitez/Rocket', rev = 'b95b6765e1cc8be7c1e7eaef8a9d9ad940b0ac13' }
|
||||
rocket_contrib = { git = 'https://github.com/SergioBenitez/Rocket', rev = 'b95b6765e1cc8be7c1e7eaef8a9d9ad940b0ac13' }
|
||||
|
||||
# Use git version for timeout fix #706
|
||||
lettre = { git = 'https://github.com/lettre/lettre', rev = '24d694db3be017d82b1cdc8bf9da601420b31bb0' }
|
||||
lettre_email = { git = 'https://github.com/lettre/lettre', rev = '24d694db3be017d82b1cdc8bf9da601420b31bb0' }
|
||||
|
||||
Reference in New Issue
Block a user