diff --git a/libimagentryfilter/Cargo.toml b/libimagentryfilter/Cargo.toml index f23a09b1..fd320a5f 100644 --- a/libimagentryfilter/Cargo.toml +++ b/libimagentryfilter/Cargo.toml @@ -16,10 +16,10 @@ homepage = "http://imag-pim.org" [dependencies] clap = "2.*" filters = "0.1.*" -itertools = "0.4" +itertools = "0.5" log = "0.3" regex = "0.1" -semver = "0.2.1" +semver = "0.5.*" toml = "0.2.*" [dependencies.libimagstore]