Skip to content
This repository was archived by the owner on Sep 10, 2024. It is now read-only.

Commit 162d7f7

Browse files
dependabot[bot]sandhose
authored andcommitted
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](lettre/lettre@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] <[email protected]>
1 parent 520357e commit 162d7f7

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/email/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@ headers = "0.3.9"
1616
mas-templates = { path = "../templates" }
1717

1818
[dependencies.lettre]
19-
version = "0.11.0"
19+
version = "0.11.1"
2020
default-features = false
2121
features = ["tokio1-rustls-tls", "hostname", "builder", "tracing", "pool", "smtp-transport", "sendmail-transport"]

crates/graphql/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ anyhow.workspace = true
1212
async-graphql = { version = "6.0.9", features = ["chrono", "url"] }
1313
async-trait = "0.1.74"
1414
chrono.workspace = true
15-
lettre = { version = "0.11.0", default-features = false }
15+
lettre = { version = "0.11.1", default-features = false }
1616
serde.workspace = true
1717
thiserror.workspace = true
1818
tokio = { version = "1.33.0", features = ["sync"] }

crates/handlers/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ axum-extra = { version = "0.8.0", features = ["cookie-private"] }
3333
async-graphql = { version = "6.0.9", features = ["tracing", "apollo_tracing"] }
3434

3535
# Emails
36-
lettre = { version = "0.11.0", default-features = false, features = ["builder"] }
36+
lettre = { version = "0.11.1", default-features = false, features = ["builder"] }
3737

3838
# Database access
3939
sqlx = { version = "0.7.2", features = ["runtime-tokio-rustls", "postgres"] }

0 commit comments

Comments
 (0)