From 44f44a0c7f73ee069daeb64095081fb4388236a5 Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Mon, 24 Oct 2016 14:30:54 +0200 Subject: [PATCH] libimagutil/Cargo.toml: Update dependencies --- libimagrt/Cargo.toml | 2 +- libimagutil/Cargo.toml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/libimagrt/Cargo.toml b/libimagrt/Cargo.toml index fac144e2..d72d173b 100644 --- a/libimagrt/Cargo.toml +++ b/libimagrt/Cargo.toml @@ -21,7 +21,7 @@ log = "0.3" xdg-basedir = "1.0" itertools = "0.5" tempfile = "2.1" -ansi_term = "0.0" +ansi_term = "0.9" [dependencies.libimagstore] path = "../libimagstore" diff --git a/libimagutil/Cargo.toml b/libimagutil/Cargo.toml index 2088c989..7b37d19e 100644 --- a/libimagutil/Cargo.toml +++ b/libimagutil/Cargo.toml @@ -14,10 +14,10 @@ repository = "https://github.com/matthiasbeyer/imag" homepage = "http://imag-pim.org" [dependencies] -url = "1.1" +url = "1.2" boolinator = "2.4.0" -lazy_static = "0.1.15" +lazy_static = "0.2" log = "0.3" regex = "0.1" -tempfile = "2.1.1" +tempfile = "2.1"