Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Comments

chore(deps): update rust crate lettre to v0.11.19#321

Open
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/lettre-0.x-lockfile
Open

chore(deps): update rust crate lettre to v0.11.19#321
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/lettre-0.x-lockfile

Conversation

@renovate
Copy link
Contributor

@renovaterenovatebot commentedMay 5, 2024
edited
Loading

This PR contains the following updates:

PackageTypeUpdateChange
lettre (source)dependenciespatch0.11.60.11.19

Release Notes

lettre/lettre (lettre)

v0.11.19

Compare Source

Features
  • Add raw header setter toMessageBuilder (#​1108)
Misc
  • Fix README example (#​1114)
  • Replace customstatic_assert! macro withstd::assert! (#​1112)

v0.11.18

Compare Source

Features
  • Allow inline attachments to be named (#​1101)
Misc

v0.11.17

Compare Source

Features
  • Add support forrustls-platform-verifier (#​1081)
Misc
  • Change readme example to useMailbox::new instead of string parsing (#​1090)
  • Replace futures-utilMutex with stdMutex inAsyncStubTransport (#​1091)
  • Avoid duplicateabort_concurrent implementation (#​1092)

v0.11.16

Compare Source

Features
  • Always implementClone forAsyncFileTransport (#​1075)
Changes
  • Tls,CertificateStore,TlsParameters,TlsParametersBuilder,Certificate andIdentity
    are now marked as deprecated when no TLS backend is enabled. They will be properly feature gated
    in lettre v0.12 (#​1084)
Misc
  • Gateweb-time behindcfg(target_arch = "wasm32")] (#​1086)
  • Add missing#[doc(cfg(...))] attributes (#​1086)
  • Upgradewebpki-roots to v1 (#​1088)
  • Cleanup internalTlsParameters and(Async)NetworkStream structures (#​1082)
  • Feature gate internalTransportBuilder::tls to avoid recursive call site warnings (#​1083)
  • Fix workaround for embedding cargo script in rustdoc output (#​1077)
  • Fixclippy::io_other_error warnings (#​1078)
  • Upgrade semver compatible dependencies (#​1076,#​1079,#​1080)

v0.11.15

Compare Source

Upgrade notes
Features
Misc
  • Denyunreachable_pub lint (#​1058)
  • Bump minimum supportedrustls (#​1063)
  • Bump minimum supportedserde (#​1064)
  • Upgrade semver compatible dependencies (#​1067)
  • Upgradeemail-encoding to v0.4 (#​1069)

v0.11.14

Compare Source

This release deprecates therustls-tls,tokio1-rustls-tls andasync-std1-rustls-tls
features, which will be removed in lettre v0.12.

rustls users should start migrating to therustls,tokio1-rustls and
async-std1-rustls features. Unlike the deprecated*rustls-tls features,
which automatically enabled thering andwebpki-roots backends, the new
features 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 ofrustls-native-certs do not need to enablewebpki-roots.

Find out more about the new features via thelettre rustls docs.

Features
  • Make it possible to use differentrustls crypto providers and TLS verifiers (#​1054)
Bug fixes
  • Use the samerustls crypto provider everywhere (#​1055)
Misc
  • DeprecateAsyncNetworkStream being public (#​1059)
  • Upgradenom to v8 (#​1048)
  • Droprustls-pemfile in favor ofrustls-pki-types APIs (#​1050)
  • Ban direct use ofstd::time::SystemTime::now via clippy (#​1043)
  • Drop direct dependency onrustls-pki-types (#​1051)
  • Remove artifact fromweb-time refactor (#​1049)
  • Fix warnings withrustls-native-certs whentracing is disabled (#​1053)
  • Bump license year (#​1057)
  • CleanupCargo.toml style (#​1047)

v0.11.13

Compare Source

Features
Bug fixes
  • Synchronous pool shutdowns being arbitrarily delayed (#​1041)

v0.11.12

Compare Source

Misc
  • Warn against manually configuringport andtls on SMTP transport builder (#​1014)
  • Document variants ofTls enum (#​1015)
  • Fix rustdoc warnings (#​1016)
  • AddContentType::TEXT_PLAIN toMessage builder examples (#​1017)
  • DocumentSmtpTransport andAsyncSmtpTransport (#​1018)
  • Fix typo in transport buildercredentials method (#​1019)
  • Document required system dependencies for OpenSSL (#​1030)
  • Improve docs for thetransport::smtp module (#​1031)
  • Improve docs for smtp transport builderfrom_url (#​1032)
  • Replaceassert! with? onsend examples (#​1033)
  • Warn on more pedantic clippy lints and fix them (#​1035,#​1036)

v0.11.11

Compare Source

Upgrade notes
Bug fixes
  • Fix off-by-one error reaching the minimum number of configured pooled connections (#​1012)
Misc

v0.11.10

Compare Source

Bug fixes
  • Ignore disconnect errors whenpool feature of SMTP transport is disabled (#​999)
  • Use case insensitive comparisons for matching login challenge requests (#​1000)

v0.11.9

Compare Source

Bug fixes
  • Fix feature gate foraccept_invalid_hostnames for rustls (#​988)
  • Fix parsingMailbox with trailing spaces (#​986)
Misc
  • Bumprustls-native-certs to v0.8 (#​992)
  • Make getting started example in readme complete (#​990)

v0.11.8

Compare Source

Features
  • Add mTLS support (#​974)
  • Implementaccept_invalid_hostnames for rustls (#​977)
  • Provide certificate chain for peer certificates when usingrustls orboring-tls (#​976)
Changes
  • MakeHeaderName comparisons viaPartialEq case insensitive (#​980)
Misc
  • Fix clippy warnings ([#​979])
  • Replace manual impl of#[non_exhaustive] forInvalidHeaderName (#​981)

v0.11.7

Compare Source

Misc
  • Bumphostname to v0.4 (#​956)
  • Fixtracing message consistency (#​960)
  • Bump minimum requiredrustls to v0.23.5 (#​958)
  • Dropped use ofref 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.


  • If you want to rebase/retry this PR, check this box

This PR was generated byMend Renovate. View therepository job log.

@renovaterenovatebot changed the titlefix(deps): update rust crate lettre to v0.11.7fix(deps): update rust crate lettre to v0.11.8Sep 3, 2024
@renovaterenovatebot changed the titlefix(deps): update rust crate lettre to v0.11.8fix(deps): update rust crate lettre to v0.11.9Sep 13, 2024
@renovaterenovatebotforce-pushed therenovate/lettre-0.x-lockfile branch frome5f885c to014bf82CompareSeptember 16, 2024 09:40
@renovaterenovatebotforce-pushed therenovate/lettre-0.x-lockfile branch from014bf82 toa5db48aCompareOctober 24, 2024 01:45
@renovaterenovatebot changed the titlefix(deps): update rust crate lettre to v0.11.9fix(deps): update rust crate lettre to v0.11.10Oct 24, 2024
@renovaterenovatebotforce-pushed therenovate/lettre-0.x-lockfile branch froma5db48a to35ca5e4CompareDecember 5, 2024 23:16
@renovaterenovatebot changed the titlefix(deps): update rust crate lettre to v0.11.10fix(deps): update rust crate lettre to v0.11.11Dec 5, 2024
@renovaterenovatebotforce-pushed therenovate/lettre-0.x-lockfile branch from35ca5e4 to6ccf1e7CompareFebruary 2, 2025 16:47
@renovaterenovatebot changed the titlefix(deps): update rust crate lettre to v0.11.11fix(deps): update rust crate lettre to v0.11.12Feb 2, 2025
@renovaterenovatebotforce-pushed therenovate/lettre-0.x-lockfile branch from6ccf1e7 to6fa41b4CompareFebruary 17, 2025 11:54
@renovaterenovatebot changed the titlefix(deps): update rust crate lettre to v0.11.12fix(deps): update rust crate lettre to v0.11.13Feb 17, 2025
@renovaterenovatebotforce-pushed therenovate/lettre-0.x-lockfile branch from6fa41b4 to26da97cCompareFebruary 23, 2025 10:27
@renovaterenovatebot changed the titlefix(deps): update rust crate lettre to v0.11.13fix(deps): update rust crate lettre to v0.11.14Feb 23, 2025
@renovaterenovatebotforce-pushed therenovate/lettre-0.x-lockfile branch from26da97c to782bad3CompareMarch 10, 2025 19:44
@renovaterenovatebot changed the titlefix(deps): update rust crate lettre to v0.11.14fix(deps): update rust crate lettre to v0.11.15Mar 10, 2025
@renovaterenovatebotforce-pushed therenovate/lettre-0.x-lockfile branch from782bad3 to7702d56CompareMay 12, 2025 12:10
@renovaterenovatebot changed the titlefix(deps): update rust crate lettre to v0.11.15fix(deps): update rust crate lettre to v0.11.16May 12, 2025
@renovaterenovatebotforce-pushed therenovate/lettre-0.x-lockfile branch from7702d56 to081c70bCompareJune 6, 2025 01:41
@renovaterenovatebot changed the titlefix(deps): update rust crate lettre to v0.11.16fix(deps): update rust crate lettre to v0.11.17Jun 6, 2025
@renovaterenovatebotforce-pushed therenovate/lettre-0.x-lockfile branch from081c70b to4b06cdaCompareJuly 28, 2025 13:48
@renovaterenovatebot changed the titlefix(deps): update rust crate lettre to v0.11.17fix(deps): update rust crate lettre to v0.11.18Jul 28, 2025
@renovaterenovatebotforce-pushed therenovate/lettre-0.x-lockfile branch from4b06cda toe55e738CompareAugust 10, 2025 14:44
@renovaterenovatebot changed the titlefix(deps): update rust crate lettre to v0.11.18chore(deps): update rust crate lettre to v0.11.18Sep 25, 2025
@renovaterenovatebot changed the titlechore(deps): update rust crate lettre to v0.11.18chore(deps): update rust crate lettre to v0.11.19Oct 8, 2025
@renovaterenovatebotforce-pushed therenovate/lettre-0.x-lockfile branch frome55e738 to5f4b588CompareDecember 10, 2025 13:04
@renovaterenovatebotforce-pushed therenovate/lettre-0.x-lockfile branch from5f4b588 tod93877fCompareDecember 31, 2025 13:05
@renovaterenovatebotforce-pushed therenovate/lettre-0.x-lockfile branch fromd93877f to2f95ed2CompareFebruary 2, 2026 19:57
@renovaterenovatebotforce-pushed therenovate/lettre-0.x-lockfile branch from2f95ed2 toafa1da2CompareFebruary 12, 2026 18:10
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment

Reviewers

No reviews

Assignees

No one assigned

Labels

None yet

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

0 participants


[8]ページ先頭

©2009-2026 Movatter.jp