Skip to content

Commit

Permalink
fix(deps): update rust crate lettre to 0.11
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 26, 2024
1 parent 54f94e6 commit 083ded9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ futures-util = {version = "0.3", default-features = false}
hyper = {version = "0.14", features = ["full"]}
jsonwebtoken = "8.3"
lazy_static = "1.4"
lettre = {version = "0.10", default-features = false, features = ["smtp-transport", "pool", "hostname", "builder", "rustls-tls", "tokio1-rustls-tls"]}
lettre = {version = "0.11", default-features = false, features = ["smtp-transport", "pool", "hostname", "builder", "rustls-tls", "tokio1-rustls-tls"]}
log = "0.4"
minijinja = {version = "1.0", features = ["source", "json"]}
once_cell = "1"
Expand Down

0 comments on commit 083ded9

Please sign in to comment.