Skip to content

Commit

Permalink
chore(deps): enable serialization for lettre
Browse files Browse the repository at this point in the history
We will use the type `Mailbox` in the configuration and it needs to be
serializable.
  • Loading branch information
josecelano committed May 23, 2024
1 parent 28617b6 commit 748f357
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
3 changes: 3 additions & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 8 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,14 @@ hyper-util = { version = "0.1.3", features = ["http1", "http2", "tokio"] }
indexmap = "2"
jsonwebtoken = "9"
lazy_static = "1.4.0"
lettre = { version = "0", features = ["builder", "smtp-transport", "tokio1", "tokio1-native-tls", "tokio1-rustls-tls"] }
lettre = { version = "0", features = [
"builder",
"file-transport-envelope",
"smtp-transport",
"tokio1",
"tokio1-native-tls",
"tokio1-rustls-tls",
] }
log = "0"
pbkdf2 = { version = "0", features = ["simple"] }
pin-project-lite = "0.2"
Expand Down

0 comments on commit 748f357

Please sign in to comment.