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

Bump lettre from 0.10.0-rc.7 to 0.10.0

Bumps [lettre](https://github.com/lettre/lettre) from 0.10.0-rc.7 to 0.10.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.0-rc.7...v0.10.0)

---
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]
2022-06-30 19:39:13 +00:00
committed by Quentin Gliech
parent af4ea8dd8f
commit be3662d7dc
4 changed files with 5 additions and 5 deletions

View File

@ -22,7 +22,7 @@ serde = { version = "1.0.137", features = ["derive"] }
serde_with = { version = "1.14.0", features = ["hex", "chrono"] }
serde_json = "1.0.82"
sqlx = { version = "0.6.0", features = ["runtime-tokio-rustls", "postgres"] }
lettre = { version = "0.10.0-rc.7", default-features = false, features = ["serde", "builder"] }
lettre = { version = "0.10.0", default-features = false, features = ["serde", "builder"] }
rand = "0.8.5"
rsa = { git = "https://github.com/sandhose/RSA.git", branch = "bump-pkcs" }

View File

@ -18,6 +18,6 @@ mas-templates = { path = "../templates" }
mas-config = { path = "../config" }
[dependencies.lettre]
version = "0.10.0-rc.7"
version = "0.10.0"
default-features = false
features = ["tokio1-rustls-tls", "hostname", "builder", "tracing", "pool", "smtp-transport", "sendmail-transport"]

View File

@ -25,7 +25,7 @@ axum-macros = "0.2.3"
axum-extra = { version = "0.3.5", features = ["cookie-private"] }
# Emails
lettre = { version = "0.10.0-rc.7", default-features = false, features = ["builder"] }
lettre = { version = "0.10.0", default-features = false, features = ["builder"] }
# Database access
sqlx = { version = "0.6.0", features = ["runtime-tokio-rustls", "postgres"] }