Skip to content

Commit

Permalink
Update Rust crate lettre to 0.10.0-rc.7
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored and zdz committed Jun 14, 2022
1 parent 903cda6 commit da2d9e4
Showing 1 changed file with 1 addition and 1 deletion.
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.6", default-features = false, features = ["smtp-transport", "pool", "hostname", "builder", "rustls-tls", "tokio1-rustls-tls"]}
lettre = {version = "0.10.0-rc.7", 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 da2d9e4

Please sign in to comment.