Skip to content

Commit 963c1f9

Browse files
committed
Auto merge of #4686 - rust-lang:renovate/lettre-0.x, r=Turbo87
Update Rust crate lettre to v0.10.0-rc.5 [![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [lettre](https://crates.io/crates/lettre) | dependencies | patch | `=0.10.0-rc.4` -> `=0.10.0-rc.5` | --- ### Configuration 📅 **Schedule**: 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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, click this checkbox. --- This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/rust-lang/crates.io).
2 parents 42b7afa + 3ca6b71 commit 963c1f9

File tree

2 files changed

+13
-3
lines changed

2 files changed

+13
-3
lines changed

Cargo.lock

Lines changed: 12 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
@@ -62,7 +62,7 @@ http = "=0.2.6"
6262
hyper = { version = "=0.14.18", features = ["client", "http1"] }
6363
indexmap = { version = "=1.8.0", features = ["serde-1"] }
6464
tikv-jemallocator = { version = "=0.4.3", features = ['unprefixed_malloc_on_supported_platforms', 'profiling'] }
65-
lettre = { version = "=0.10.0-rc.4", default-features = false, features = ["file-transport", "smtp-transport", "native-tls", "hostname", "builder"] }
65+
lettre = { version = "=0.10.0-rc.5", default-features = false, features = ["file-transport", "smtp-transport", "native-tls", "hostname", "builder"] }
6666
minijinja = "=0.15.0"
6767
moka = "=0.8.1"
6868
oauth2 = { version = "=4.1.0", default-features = false, features = ["reqwest"] }

0 commit comments

Comments
 (0)