1
0
Fork 0
mirror of https://github.com/dani-garcia/vaultwarden.git synced 2025-07-20 02:58:23 +00:00

Updated dependencies

Updated some dependencies and used a git patch for lettre addressing
timeouts.
This commit is contained in:
BlackDex 2019-11-06 21:37:51 +01:00
commit cbb92bcbc0
2 changed files with 65 additions and 32 deletions

View file

@ -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' }