From 0d47857807d6091daa1e7b4748cc0f70708068cb Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Wed, 2 May 2018 11:56:35 +0200 Subject: [PATCH] deps: update uuid to 0.6 Signed-off-by: Igor Gnatenko --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 73f70b5..e91a391 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -26,7 +26,7 @@ error-chain = "0.11.0" libudev = "0.2.0" [dependencies.uuid] -version = "0.5" +version = "0.6" features = ["serde", "v4"] [dev-dependencies] -- 2.17.0