diff --git a/lettre/Cargo.toml b/lettre/Cargo.toml index 03191d0..d13fd16 100644 --- a/lettre/Cargo.toml +++ b/lettre/Cargo.toml @@ -15,7 +15,7 @@ keywords = ["email", "smtp", "mailer"] travis-ci = { repository = "lettre/lettre" } [dependencies] -log = "^0.3" +log = "^0.4" nom = { version = "^3.2", optional = true } bufstream = { version = "^0.1", optional = true } native-tls = { version = "^0.1", optional = true }