mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2025-07-05 20:14:58 +00:00
Bump lettre to 0.10.0-rc.7
This commit is contained in:
parent
3713f2d134
commit
00670450df
2 changed files with 14 additions and 6 deletions
|
@ -109,7 +109,7 @@ url = "2.2.2"
|
|||
|
||||
# Email libraries
|
||||
idna = "0.2.3" # Punycode conversion
|
||||
lettre = { version = "0.10.0-rc.6", features = ["smtp-transport", "builder", "serde", "native-tls", "hostname", "tracing"], default-features = false }
|
||||
lettre = { version = "0.10.0-rc.7", features = ["smtp-transport", "builder", "serde", "native-tls", "hostname", "tracing"], default-features = false }
|
||||
percent-encoding = "2.1.0" # URL encoding library used for URL's in the emails
|
||||
|
||||
# Template library
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue