From c7612f156dd72a119dd5ed6a59b667966dff2356 Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Sun, 30 Sep 2018 15:13:52 +0200 Subject: [PATCH] Update dependency: uuid: 0.6 -> 0.7 --- lib/domain/libimagtodo/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/domain/libimagtodo/Cargo.toml b/lib/domain/libimagtodo/Cargo.toml index 34b8acee..696f5978 100644 --- a/lib/domain/libimagtodo/Cargo.toml +++ b/lib/domain/libimagtodo/Cargo.toml @@ -20,8 +20,8 @@ is-it-maintained-open-issues = { repository = "matthiasbeyer/imag" } maintenance = { status = "actively-developed" } [dependencies] -task-hookrs = "0.5" -uuid = "0.6" +task-hookrs = { git = "https://github.com/matthiasbeyer/task-hookrs", branch = "master" } +uuid = "0.7" toml = "0.4" toml-query = "0.7" log = "0.4.0"