Skip to content

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

Merged
merged 7 commits into from
Jul 28, 2020
Merged

Update lettre to 0.10.0-alpha.1 #2631

merged 7 commits into from
Jul 28, 2020

Conversation

jsha
Copy link
Contributor

@jsha jsha commented Jul 13, 2020

Fixes #2629

Copy link
Contributor

@paolobarbolini paolobarbolini left a 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"
Copy link
Member

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.

@JohnTitor
Copy link
Member

I'm not sure whether it's actually unstable or not; r? @jtgeibel I'd defer the decision to Justin.

@jtgeibel
Copy link
Member

To test on staging I had to rebase (in order to pick up #2657) and since there were merge conflicts in Cargo.lock I've pushed that branch here as well.

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+

@bors
Copy link
Contributor

bors commented Jul 28, 2020

📌 Commit a5576a9 has been approved by jtgeibel

@bors
Copy link
Contributor

bors commented Jul 28, 2020

⌛ Testing commit a5576a9 with merge 391f124...

@bors
Copy link
Contributor

bors commented Jul 28, 2020

☀️ Test successful - checks-travis
Approved by: jtgeibel
Pushing 391f124 to master...

@bors bors merged commit 391f124 into rust-lang:master Jul 28, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

mail: in local dev, JSON written to /tmp/ serializes message as decimal bytes
5 participants