From 9344ff7e5ce37aec2e88d95cf7c73b6e2f317bd2 Mon Sep 17 00:00:00 2001 From: Alexis Mousset Date: Sat, 17 Feb 2018 09:53:58 +0100 Subject: [PATCH] feat(all): Update uuid to 0.6 --- lettre_email/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lettre_email/Cargo.toml b/lettre_email/Cargo.toml index 4768c8b..6f54996 100644 --- a/lettre_email/Cargo.toml +++ b/lettre_email/Cargo.toml @@ -26,5 +26,5 @@ skeptic = "^0.13" email = "^0.0" mime = "^0.3" time = "^0.1" -uuid = { version = ">=0.4, <0.6", features = ["v4"] } +uuid = { version = "^0.6", features = ["v4"] } lettre = { version = "^0.8", path = "../lettre", default-features = false }