From 1918f25c6435cb1cfe3864a4413fc1cef605324b Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Mon, 24 Oct 2016 14:30:54 +0200 Subject: [PATCH] libimagtimeui/Cargo.toml: Update dependencies --- libimagtimeui/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libimagtimeui/Cargo.toml b/libimagtimeui/Cargo.toml index e679a175..8f07c241 100644 --- a/libimagtimeui/Cargo.toml +++ b/libimagtimeui/Cargo.toml @@ -15,7 +15,7 @@ homepage = "http://imag-pim.org" [dependencies] clap = "2.*" -lazy_static = "0.1" +lazy_static = "0.2" log = "0.3" chrono = "0.2" regex = "0.1"