From 99e0b2ea8c1b1f4b7140bb38355ef809a2abdd83 Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Tue, 25 Oct 2016 13:40:02 +0200 Subject: [PATCH] Update task-hookrs dependency to 0.2.2 --- imag-todo/Cargo.toml | 2 +- libimagtodo/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/imag-todo/Cargo.toml b/imag-todo/Cargo.toml index 7bbdcd6a..31993f0a 100644 --- a/imag-todo/Cargo.toml +++ b/imag-todo/Cargo.toml @@ -19,7 +19,7 @@ glob = "0.2.11" log = "0.3.6" semver = "0.5.1" serde_json = "0.8.3" -task-hookrs = "0.2.1" +task-hookrs = "0.2.2" toml = "0.2.*" version = "2.0.1" diff --git a/libimagtodo/Cargo.toml b/libimagtodo/Cargo.toml index 23f623e8..7b2c9138 100644 --- a/libimagtodo/Cargo.toml +++ b/libimagtodo/Cargo.toml @@ -15,7 +15,7 @@ homepage = "http://imag-pim.org" [dependencies] semver = "0.2" -task-hookrs = "0.2" +task-hookrs = "0.2.2" uuid = "0.3" toml = "0.2.*" log = "0.3"