From 0b92881b481d6c66c3680d7c6c04100f725ea66c Mon Sep 17 00:00:00 2001 From: Alexis Mousset Date: Thu, 20 Sep 2018 20:12:15 +0200 Subject: [PATCH] feat(email): Update uuid to 0.7 --- lettre_email/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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"