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.11.0 to 0.11.1

Bumps [lettre](https://github.com/lettre/lettre) from 0.11.0 to 0.11.1.
- [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.11.0...v0.11.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2023-11-02 11:47:04 +00:00
committed by Quentin Gliech
parent 520357e78b
commit 162d7f7ea8
4 changed files with 5 additions and 5 deletions

View File

@ -16,6 +16,6 @@ headers = "0.3.9"
mas-templates = { path = "../templates" }
[dependencies.lettre]
version = "0.11.0"
version = "0.11.1"
default-features = false
features = ["tokio1-rustls-tls", "hostname", "builder", "tracing", "pool", "smtp-transport", "sendmail-transport"]

View File

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

View File

@ -33,7 +33,7 @@ axum-extra = { version = "0.8.0", features = ["cookie-private"] }
async-graphql = { version = "6.0.9", features = ["tracing", "apollo_tracing"] }
# Emails
lettre = { version = "0.11.0", default-features = false, features = ["builder"] }
lettre = { version = "0.11.1", default-features = false, features = ["builder"] }
# Database access
sqlx = { version = "0.7.2", features = ["runtime-tokio-rustls", "postgres"] }