From 96b7d0427c8463961be51fc31d263a7e447fa020 Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Mon, 24 Oct 2016 14:30:54 +0200 Subject: [PATCH] libimaginteraction/Cargo.toml: Update dependencies --- libimaginteraction/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libimaginteraction/Cargo.toml b/libimaginteraction/Cargo.toml index 7d84f134..e6a4a2e7 100644 --- a/libimaginteraction/Cargo.toml +++ b/libimaginteraction/Cargo.toml @@ -14,10 +14,10 @@ repository = "https://github.com/matthiasbeyer/imag" homepage = "http://imag-pim.org" [dependencies] -ansi_term = "0.7.2" +ansi_term = "0.9.*" clap = "2.*" interactor = "0.1" -lazy_static = "0.1.15" +lazy_static = "0.2.*" log = "0.3" regex = "0.1" toml = "0.2.1"