From b6f84769c7b427c38d96aa110f48a2270ae57db4 Mon Sep 17 00:00:00 2001 From: Kai Sickeler Date: Sat, 6 Aug 2016 17:41:00 +0200 Subject: [PATCH] Upgrade clap dependency to 2.* --- libimagentryfilter/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libimagentryfilter/Cargo.toml b/libimagentryfilter/Cargo.toml index 297da286..fcd53161 100644 --- a/libimagentryfilter/Cargo.toml +++ b/libimagentryfilter/Cargo.toml @@ -4,7 +4,7 @@ version = "0.2.0" authors = ["Matthias Beyer "] [dependencies] -clap = "2.1.1" +clap = "2.*" itertools = "0.4" log = "0.3" regex = "0.1"