From e8cad23ddb17dea55308e596a754882795f90366 Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Mon, 24 Oct 2016 14:30:54 +0200 Subject: [PATCH] libimagentryfilter/Cargo.toml: Update dependencies --- libimagentryfilter/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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]