1
0
Fork 0
mirror of https://github.com/dani-garcia/vaultwarden.git synced 2025-09-09 03:02:42 +00:00

Use the latest fast_chemail crate directly, with the fix

This commit is contained in:
Daniel García 2019-02-15 14:39:30 +01:00
commit 274ea9a4f2
No known key found for this signature in database
GPG key ID: FC8A7D14C3CD543A
2 changed files with 3 additions and 7 deletions

View file

@ -106,7 +106,3 @@ rmp = { git = 'https://github.com/dani-garcia/msgpack-rust' }
# Use new native_tls version 0.2
lettre = { git = 'https://github.com/lettre/lettre', rev = 'c988b1760ad81' }
lettre_email = { git = 'https://github.com/lettre/lettre', rev = 'c988b1760ad81' }
# Allow emails with domains that start with numbers
fast_chemail = { git = 'https://github.com/dani-garcia/fast_chemail_rs' }