From 867fd527b4a75707979f04b8787734b97f97f257 Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Mon, 24 Oct 2016 14:30:54 +0200 Subject: [PATCH] imag-todo/Cargo.toml: Update dependencies --- imag-todo/Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/imag-todo/Cargo.toml b/imag-todo/Cargo.toml index 08c2da68..7bbdcd6a 100644 --- a/imag-todo/Cargo.toml +++ b/imag-todo/Cargo.toml @@ -17,9 +17,9 @@ homepage = "http://imag-pim.org" clap = "2.*" glob = "0.2.11" log = "0.3.6" -semver = "0.2.3" -serde_json = "0.7.4" -task-hookrs = "0.2.0" +semver = "0.5.1" +serde_json = "0.8.3" +task-hookrs = "0.2.1" toml = "0.2.*" version = "2.0.1"