build(deps): bump lettre from 0.11.12 to 0.11.13 (#4046)

This commit is contained in:
Quentin Gliech
2025-02-18 15:26:15 +01:00
committed by GitHub
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@@ -2943,9 +2943,9 @@ checksum = "884e2677b40cc8c339eaefcb701c32ef1fd2493d71118dc0ca4b6a736c93bd67"
[[package]]
name = "lettre"
version = "0.11.12"
version = "0.11.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e882e1489810a45919477602194312b1a7df0e5acc30a6188be7b520268f63f8"
checksum = "504273f23d9f3d2fd09c6e5fa94fafd5177ae6b83ed0df1f3b0e180052c076a9"
dependencies = [
"async-std",
"async-trait",

View File

@@ -187,7 +187,7 @@ features = ["yaml", "json"]
# Email sending
[workspace.dependencies.lettre]
version = "0.11.12"
version = "0.11.13"
default-features = false
features = [
"tokio1-rustls-tls",