Skip to content

Commit 748f357

Browse files
committed
chore(deps): enable serialization for lettre
We will use the type `Mailbox` in the configuration and it needs to be serializable.
1 parent 28617b6 commit 748f357

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

Cargo.lock

+3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+8-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,14 @@ hyper-util = { version = "0.1.3", features = ["http1", "http2", "tokio"] }
5757
indexmap = "2"
5858
jsonwebtoken = "9"
5959
lazy_static = "1.4.0"
60-
lettre = { version = "0", features = ["builder", "smtp-transport", "tokio1", "tokio1-native-tls", "tokio1-rustls-tls"] }
60+
lettre = { version = "0", features = [
61+
"builder",
62+
"file-transport-envelope",
63+
"smtp-transport",
64+
"tokio1",
65+
"tokio1-native-tls",
66+
"tokio1-rustls-tls",
67+
] }
6168
log = "0"
6269
pbkdf2 = { version = "0", features = ["simple"] }
6370
pin-project-lite = "0.2"

0 commit comments

Comments
 (0)