1
0
mirror of https://github.com/matrix-org/matrix-authentication-service.git synced 2025-07-29 22:01:14 +03:00

build(deps): bump lettre from 0.10.4 to 0.11.0

Bumps [lettre](https://github.com/lettre/lettre) from 0.10.4 to 0.11.0.
- [Release notes](https://github.com/lettre/lettre/releases)
- [Changelog](https://github.com/lettre/lettre/blob/master/CHANGELOG.md)
- [Commits](https://github.com/lettre/lettre/compare/v0.10.4...v0.11.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2023-10-19 19:20:48 +00:00
committed by Quentin Gliech
parent 85cce5ba4d
commit a5bb9b5089
4 changed files with 55 additions and 35 deletions

View File

@ -12,7 +12,7 @@ anyhow.workspace = true
async-graphql = { version = "6.0.7", features = ["chrono", "url"] }
async-trait = "0.1.74"
chrono.workspace = true
lettre = { version = "0.10.4", default-features = false }
lettre = { version = "0.11.0", default-features = false }
serde.workspace = true
thiserror.workspace = true
tokio = { version = "1.33.0", features = ["sync"] }