Skip to content

Commit

Permalink
chore: bump lettre from 0.11.7 to 0.11.10
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.10.
- [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.10)

---
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 Oct 24, 2024
1 parent 4994b6e commit 66363d7
Show file tree
Hide file tree
Showing 2 changed files with 260 additions and 10 deletions.
268 changes: 259 additions & 9 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.10", 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 66363d7

Please sign in to comment.