diff --git a/libimagentrylist/Cargo.toml b/libimagentrylist/Cargo.toml index 794cd814..39859a54 100644 --- a/libimagentrylist/Cargo.toml +++ b/libimagentrylist/Cargo.toml @@ -14,7 +14,7 @@ repository = "https://github.com/matthiasbeyer/imag" homepage = "http://imag-pim.org" [dependencies] -clap = "2.*" +clap = ">=2.17" log = "0.3" toml = "0.2.*" prettytable-rs = "0.6.*"