From bbe9884ca61f8065cf0abd7bf996938a6b70a3c4 Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Mon, 24 Oct 2016 14:30:54 +0200 Subject: [PATCH] libimagentrytag/Cargo.toml: Update dependencies --- libimagentrytag/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libimagentrytag/Cargo.toml b/libimagentrytag/Cargo.toml index aff78801..baee9628 100644 --- a/libimagentrytag/Cargo.toml +++ b/libimagentrytag/Cargo.toml @@ -18,7 +18,7 @@ clap = "2.*" log = "0.3" regex = "0.1" toml = "0.2.*" -itertools = "0.4" +itertools = "0.5" [dependencies.libimagstore] path = "../libimagstore"