Skip to content

Commit

Permalink
build(deps): bump lettre from 0.11.2 to 0.11.3
Browse files Browse the repository at this point in the history
Bumps [lettre](https://github.com/lettre/lettre) from 0.11.2 to 0.11.3.
- [Release notes](https://github.com/lettre/lettre/releases)
- [Changelog](https://github.com/lettre/lettre/blob/master/CHANGELOG.md)
- [Commits](lettre/lettre@v0.11.2...v0.11.3)

---
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 Jan 3, 2024
1 parent 14b31f9 commit d0fefc9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 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 @@ -27,7 +27,7 @@ chrono = "0.4.31"
tracing = "0.1.40"
surrealdb = { version = "1.0.0", optional = true }
tracing-subscriber = "0.3.18"
lettre = { version = "0.11.2", optional = true }
lettre = { version = "0.11.3", optional = true }
jwt = { version = "0.16.0", optional = true }
hmac = { version = "0.12.1", optional = true }
sha2 = { version = "0.10.8", optional = true }
Expand Down

0 comments on commit d0fefc9

Please sign in to comment.