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