diff --git a/Cargo.toml b/Cargo.toml index da593e2ad05910fbb4f7573f67eb579163f9c7b4..e71510b0d28cb48ca360206c396ae5b20fbe99f6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ fantoccini = "0.19.3" penguin-config = "0.1.1" serde = "1.0.192" tokio = { version = "1", features = ["full"] } -lettre = { version = "0.11.1", features = [ +lettre = { version = "0.11.7", features = [ "smtp-transport", "native-tls", ] }