From 6bd2b364ec6cdedf9d8f2f7b399676e1f7ba7305 Mon Sep 17 00:00:00 2001 From: Alexis Mousset Date: Sun, 1 May 2016 19:09:59 +0200 Subject: [PATCH] Update uuid crate from 0.1 to 0.2 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 1ca865a..c64ded2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,7 +19,7 @@ openssl = "0.7" rustc-serialize = "0.3" rust-crypto = "0.2" time = "0.1" -uuid = "0.1" +uuid = { version = "0.2", features = ["v4"] } [dev-dependencies] env_logger = "0.3"