Skip to content

Commit 9ae009b

Browse files
committed
Auto merge of #4059 - rust-lang:renovate/lettre-0.x, r=Turbo87
Update Rust crate lettre to 0.10.0-rc.3 [![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-beta.3` -> `0.10.0-rc.3` | --- ### 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 b95cd00 + 23a35fe commit 9ae009b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ http = "0.2"
6363
hyper = { version = "0.14", features = ["client", "http1"] }
6464
indexmap = { version = "1.7.0", features = ["serde-1"] }
6565
jemallocator = { version = "0.3", features = ['unprefixed_malloc_on_supported_platforms', 'profiling'] }
66-
lettre = { version = "0.10.0-beta.3", default-features = false, features = ["file-transport", "smtp-transport", "native-tls", "hostname", "builder"] }
66+
lettre = { version = "0.10.0-rc.3", default-features = false, features = ["file-transport", "smtp-transport", "native-tls", "hostname", "builder"] }
6767
license-exprs = "1.6"
6868
minijinja = "0.6.0"
6969
oauth2 = { version = "4.1.0", default-features = false, features = ["reqwest"] }

0 commit comments

Comments
 (0)