From d142ff2df15bcb712d691ff0c3b1cd1dc9041462 Mon Sep 17 00:00:00 2001 From: Dylan DPC Date: Sun, 18 Feb 2018 00:14:58 +0530 Subject: [PATCH] Update uuid to 0.6 (#257) --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 1795d3a..509d599 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -26,7 +26,7 @@ tokio-core = "0.1.6" tokio-io = "0.1" tokio-tls = "0.1" url = "1.2" -uuid = { version = "0.5", features = ["v4"] } +uuid = { version = "0.6", features = ["v4"] } [dev-dependencies] env_logger = "0.5"