fix(deps): update rust crate lettre to v0.11.15 #321
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
0.11.6
->0.11.15
Release Notes
lettre/lettre (lettre)
v0.11.15
Compare Source
Upgrade notes
Features
Misc
unreachable_pub
lint (#1058)rustls
(#1063)serde
(#1064)email-encoding
to v0.4 (#1069)v0.11.14
Compare Source
This release deprecates the
rustls-tls
,tokio1-rustls-tls
andasync-std1-rustls-tls
features, which will be removed in lettre v0.12.
rustls users should start migrating to the
rustls
,tokio1-rustls
andasync-std1-rustls
features. Unlike the deprecated *rustls-tls features,which automatically enabled the
ring
andwebpki-roots
backends, the newfeatures do not. To complete the migration, users must either enable the
aws-lc-rs
or thering
feature. Additionally, those who rely onwebpki-roots
for TLS certificate verification must now explicitly enable its feature.
Users of
rustls-native-certs
do not need to enablewebpki-roots
.Find out more about the new features via the lettre rustls docs.
Features
rustls
crypto providers and TLS verifiers (#1054)Bug fixes
rustls
crypto provider everywhere (#1055)Misc
AsyncNetworkStream
being public (#1059)nom
to v8 (#1048)rustls-pemfile
in favor ofrustls-pki-types
APIs (#1050)std::time::SystemTime::now
via clippy (#1043)rustls-pki-types
(#1051)web-time
refactor (#1049)rustls-native-certs
whentracing
is disabled (#1053)Cargo.toml
style (#1047)v0.11.13
Compare Source
Features
Bug fixes
v0.11.12
Compare Source
Misc
port
andtls
on SMTP transport builder (#1014)Tls
enum (#1015)ContentType::TEXT_PLAIN
toMessage
builder examples (#1017)SmtpTransport
andAsyncSmtpTransport
(#1018)credentials
method (#1019)transport::smtp
module (#1031)from_url
(#1032)assert!
with?
onsend
examples (#1033)v0.11.11
Compare Source
Upgrade notes
Bug fixes
Misc
-Zminimal-versions
build (#1007)v0.11.10
Compare Source
Bug fixes
pool
feature of SMTP transport is disabled (#999)v0.11.9
Compare Source
Bug fixes
accept_invalid_hostnames
for rustls (#988)Mailbox
with trailing spaces (#986)Misc
rustls-native-certs
to v0.8 (#992)v0.11.8
Compare Source
Features
accept_invalid_hostnames
for rustls (#977)rustls
orboring-tls
(#976)Changes
HeaderName
comparisons viaPartialEq
case insensitive (#980)Misc
#[non_exhaustive]
forInvalidHeaderName
(#981)v0.11.7
Compare Source
Misc
hostname
to v0.4 (#956)tracing
message consistency (#960)rustls
to v0.23.5 (#958)ref
syntax in the entire project (#959)Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.