-
Notifications
You must be signed in to change notification settings - Fork 648
Update lettre to 0.10.0-alpha.1 #2631
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think these should fix it
Cargo.toml
Outdated
@@ -62,7 +62,7 @@ tempfile = "3" | |||
parking_lot = "0.11" | |||
jemallocator = { version = "0.3", features = ['unprefixed_malloc_on_supported_platforms', 'profiling'] } | |||
|
|||
lettre = "0.9" | |||
lettre = { version = "0.10.0-alpha.1", default-features = false, features = ["file-transport", "smtp-transport", "native-tls", "hostname", "builder"] } | |||
lettre_email = "0.9" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We can drop this now.
I'm not sure whether it's actually unstable or not; r? @jtgeibel I'd defer the decision to Justin. |
Co-authored-by: Paolo Barbolini <[email protected]>
Co-authored-by: Paolo Barbolini <[email protected]>
Co-authored-by: Paolo Barbolini <[email protected]>
To test on staging I had to rebase (in order to pick up #2657) and since there were merge conflicts in On staging I was able to update my email address and receive a new confirmation email. These changes look good to me, thanks @jsha and @paolobarbolini! @bors r+ |
📌 Commit a5576a9 has been approved by |
☀️ Test successful - checks-travis |
Fixes #2629