diff --git a/Cargo.lock b/Cargo.lock index 647984f7..c4f68a8b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2970,9 +2970,9 @@ checksum = "884e2677b40cc8c339eaefcb701c32ef1fd2493d71118dc0ca4b6a736c93bd67" [[package]] name = "lettre" -version = "0.11.10" +version = "0.11.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0161e452348e399deb685ba05e55ee116cae9410f4f51fe42d597361444521d9" +checksum = "ab4c9a167ff73df98a5ecc07e8bf5ce90b583665da3d1762eb1f775ad4d0d6f5" dependencies = [ "async-std", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index 1d004e17..9a7147da 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -170,7 +170,7 @@ features = ["yaml", "json"] # Email sending [workspace.dependencies.lettre] -version = "0.11.10" +version = "0.11.11" default-features = false features = [ "tokio1-rustls-tls",