You've already forked authentication-service
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:
committed by
Quentin Gliech
parent
af4ea8dd8f
commit
be3662d7dc
@ -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"] }
|
||||
|
Reference in New Issue
Block a user