Skip to content

Commit

Permalink
Update Rust crate lettre to 0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and zdz committed Jul 1, 2022
1 parent a6aa0f3 commit 9a2fe37
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ futures-util = {version = "0.3", default-features = false}
http-auth-basic = "0.3"
hyper = {version = "0.14", features = ["full"]}
lazy_static = "1.4"
lettre = {version = "0.10.0-rc.7", default-features = false, features = ["smtp-transport", "pool", "hostname", "builder", "rustls-tls", "tokio1-rustls-tls"]}
lettre = {version = "0.10.0", default-features = false, features = ["smtp-transport", "pool", "hostname", "builder", "rustls-tls", "tokio1-rustls-tls"]}
log = "0.4"
mime = "0.3.16"
mime_guess = "2.0"
Expand Down

0 comments on commit 9a2fe37

Please sign in to comment.