Skip to content

Commit

Permalink
chore: bump lettre from 0.11.7 to 0.11.11
Browse files Browse the repository at this point in the history
Bumps [lettre](https://github.com/lettre/lettre) from 0.11.7 to 0.11.11.
- [Release notes](https://github.com/lettre/lettre/releases)
- [Changelog](https://github.com/lettre/lettre/blob/master/CHANGELOG.md)
- [Commits](lettre/lettre@v0.11.7...v0.11.11)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 6, 2024
1 parent f116677 commit 12eb754
Show file tree
Hide file tree
Showing 2 changed files with 270 additions and 11 deletions.
279 changes: 269 additions & 10 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,6 @@ prost = "0.12"
rust-i18n = "3"
google-fcm1 = "5.0.4"
sqlxmq = { version = "0.5", default-features = false, features = ["runtime-tokio-rustls"] }
lettre = { version = "0.11.7", default-features = false, features = ["builder", "tokio1", "tokio1-rustls-tls", "smtp-transport"] }
lettre = { version = "0.11.11", default-features = false, features = ["builder", "tokio1", "tokio1-rustls-tls", "smtp-transport"] }
handlebars = "5.1.2"
rusty-money = { version = "0.4.1", features = ["iso", "crypto" ] }

0 comments on commit 12eb754

Please sign in to comment.