From 23df9d0b9b8d33f36a8eb9953c7c80ae1df2bfdf Mon Sep 17 00:00:00 2001 From: Lance Carlson Date: Wed, 3 May 2017 12:03:25 -0400 Subject: [PATCH] update uuid to ^0.5 --- contrib/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/Cargo.toml b/contrib/Cargo.toml index 426347b0..ed29af91 100644 --- a/contrib/Cargo.toml +++ b/contrib/Cargo.toml @@ -26,7 +26,7 @@ rocket = { version = "0.2.6", path = "../lib/" } log = "^0.3" # UUID dependencies. -uuid = { version = "^0.4", optional = true } +uuid = { version = "^0.5", optional = true } # Serialization and templating dependencies. serde = { version = "1.0", optional = true }