From 10ca4a7999fe7a17c016110e1db961423eaa13e5 Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Mon, 24 Oct 2016 14:30:54 +0200 Subject: [PATCH] imag-notes/Cargo.toml: Update dependencies --- imag-notes/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/imag-notes/Cargo.toml b/imag-notes/Cargo.toml index e3074ba3..0656c2e6 100644 --- a/imag-notes/Cargo.toml +++ b/imag-notes/Cargo.toml @@ -18,7 +18,7 @@ semver = "0.2.1" clap = "2.*" log = "0.3" version = "2.0.1" -itertools = "0.4" +itertools = "0.5" [dependencies.libimagrt] path = "../libimagrt"