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 and flo-at committed Nov 4, 2023
1 parent 86d110f commit b1fbc40
Show file tree
Hide file tree
Showing 2 changed files with 60 additions and 63 deletions.
121 changes: 59 additions & 62 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 @@ -21,7 +21,7 @@ env_logger = { version = "0.10", features = ["humantime"], default-features = fa
async-trait = "0.1"
text_placeholder = "0.5"
chrono = { version = "0.4", features = ["std", "clock"], default-features = false }
lettre = { version = "0.10", features = ["smtp-transport", "builder"], default-features = false, optional = true }
lettre = { version = "0.11", features = ["smtp-transport", "builder"], default-features = false, optional = true }
sensors = { version = "0.2", optional = true }
rand = "0.8"
bollard = { version = "0.15", optional = true }
Expand Down

0 comments on commit b1fbc40

Please sign in to comment.