diff --git a/Cargo.lock b/Cargo.lock index 38b48f285..429e64da1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2989,9 +2989,9 @@ checksum = "884e2677b40cc8c339eaefcb701c32ef1fd2493d71118dc0ca4b6a736c93bd67" [[package]] name = "lettre" -version = "0.11.11" +version = "0.11.12" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ab4c9a167ff73df98a5ecc07e8bf5ce90b583665da3d1762eb1f775ad4d0d6f5" +checksum = "e882e1489810a45919477602194312b1a7df0e5acc30a6188be7b520268f63f8" dependencies = [ "async-std", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index 26e65aaa5..a92c3f168 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -182,7 +182,7 @@ features = ["yaml", "json"] # Email sending [workspace.dependencies.lettre] -version = "0.11.11" +version = "0.11.12" default-features = false features = [ "tokio1-rustls-tls",