From b4ab666ce7e8db56fcf8d98126ef2fed2fa1b789 Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Mon, 24 Oct 2016 14:30:54 +0200 Subject: [PATCH] libimagref/Cargo.toml: Update dependencies --- libimagref/Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/libimagref/Cargo.toml b/libimagref/Cargo.toml index 59e6f6bb..e1d749fd 100644 --- a/libimagref/Cargo.toml +++ b/libimagref/Cargo.toml @@ -14,13 +14,13 @@ repository = "https://github.com/matthiasbeyer/imag" homepage = "http://imag-pim.org" [dependencies] -itertools = "0.4" +itertools = "0.5" log = "0.3" rust-crypto = "0.2" -semver = "0.2" +semver = "0.5" toml = "0.2.*" version = "2.0.1" -walkdir = "0.1.5" +walkdir = "0.1.*" [dependencies.libimagstore] path = "../libimagstore"