From 64aed621f9089405dbcf6efef483d44ec6f47ad1 Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Sat, 30 Jan 2021 15:07:00 +0100 Subject: itertools: 0.9 -> 0.10 We don't need resiter::Map here anymore because itertools 0.10 provides a map_ok() extension. Signed-off-by: Matthias Beyer --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index c26fa9e..173ddc2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -30,7 +30,7 @@ git2 = "0.13" handlebars = { version = "3", features = ["no_logging"] } indicatif = "0.15" indoc = "1" -itertools = "0.9" +itertools = "0.10" lazy_static = "1.4" log = "0.4" parse-display = "0.4" -- cgit v1.2.3