Skip to content

Commit

Permalink
Bump lettre from 0.10.4 to 0.11.1
Browse files Browse the repository at this point in the history
Bumps [lettre](https://github.com/lettre/lettre) from 0.10.4 to 0.11.1.
- [Release notes](https://github.com/lettre/lettre/releases)
- [Changelog](https://github.com/lettre/lettre/blob/master/CHANGELOG.md)
- [Commits](lettre/lettre@v0.10.4...v0.11.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 1, 2023
1 parent 462a1e7 commit 73c84ef
Show file tree
Hide file tree
Showing 2 changed files with 87 additions and 39 deletions.
124 changes: 86 additions & 38 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 @@ -12,7 +12,7 @@ bincode = "1.0"
pwhash = "1.0"
chrono = { version = "0.4", features = ["serde"] }
lazy_static = "1.1"
lettre = { version = "0.10", features = ["builder", "smtp-transport"] }
lettre = { version = "0.11", features = ["builder", "smtp-transport"] }
log = "0.4"
urlencoding = "2.1"
toml = "0.5"
Expand Down

0 comments on commit 73c84ef

Please sign in to comment.