diff --git a/lettre_email/Cargo.toml b/lettre_email/Cargo.toml index d3a54ad..fd83c84 100644 --- a/lettre_email/Cargo.toml +++ b/lettre_email/Cargo.toml @@ -26,8 +26,8 @@ glob = "0.2" email = { git = "https://github.com/lettre/rust-email" } mime = "^0.3" time = "^0.1" -uuid = { version = "^0.6", features = ["v4"] } +uuid = { version = "^0.7", features = ["v4"] } lettre = { version = "^0.9", path = "../lettre", default-features = false } base64 = "^0.9" failure = "^0.1" -failure_derive = "^0.1" \ No newline at end of file +failure_derive = "^0.1"