build(deps): bump lettre from 0.11.10 to 0.11.11 (#3705)

Bumps [lettre](https://github.com/lettre/lettre) from 0.11.10 to 0.11.11.
- [Release notes](https://github.com/lettre/lettre/releases)
- [Changelog](https://github.com/lettre/lettre/blob/master/CHANGELOG.md)
- [Commits](https://github.com/lettre/lettre/compare/v0.11.10...v0.11.11)

---
updated-dependencies:
- dependency-name: lettre
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2024-12-17 18:32:30 +01:00
committed by GitHub
parent f563daf822
commit 4e74450d17
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@@ -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",

View File

@@ -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",