From f3be588c636c3badee62444af455b33b4701ab51 Mon Sep 17 00:00:00 2001 From: Kai Sickeler Date: Sat, 6 Aug 2016 17:42:12 +0200 Subject: [PATCH] Upgrade clap dependency to 2.* --- libimagentrylist/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libimagentrylist/Cargo.toml b/libimagentrylist/Cargo.toml index b99f113b..3af04741 100644 --- a/libimagentrylist/Cargo.toml +++ b/libimagentrylist/Cargo.toml @@ -4,7 +4,7 @@ version = "0.2.0" authors = ["Matthias Beyer "] [dependencies] -clap = "2.1.1" +clap = "2.*" log = "0.3" toml = "0.1.25" prettytable-rs = "0.6.*"