Skip to content

Commit 6a35165

Browse files
committed
Auto merge of #3365 - JohnTitor:lettre-0.10-beta.1, r=jtgeibel
Upgrade `lettre` to 0.10.0-beta.1 The changes between alpha.5 and beta.1: lettre/lettre@v0.10.0-alpha.5...v0.10.0-beta.1 This release contains a lot of refactorings and a few new features. The default features have also changed but it won't affect here as we have `default-features = false`. Other changes also don't, at a glance. (Separating PRs from oauth2's in case we find an issue.)
2 parents 3b34476 + 6519ec6 commit 6a35165

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ http = "0.2"
6565
hyper = { version = "0.14", features = ["client", "http1"] }
6666
indexmap = "1.0.2"
6767
jemallocator = { version = "0.3", features = ['unprefixed_malloc_on_supported_platforms', 'profiling'] }
68-
lettre = { version = "0.10.0-alpha.1", default-features = false, features = ["file-transport", "smtp-transport", "native-tls", "hostname", "builder"] }
68+
lettre = { version = "=0.10.0-beta.1", default-features = false, features = ["file-transport", "smtp-transport", "native-tls", "hostname", "builder"] }
6969
license-exprs = "1.6"
7070
oauth2 = { version = "=4.0.0-alpha.6", default-features = false, features = ["reqwest"] }
7171
parking_lot = "0.11"

0 commit comments

Comments
 (0)