From a75b811061e25a37100f470e629ac349bd27f8d0 Mon Sep 17 00:00:00 2001 From: Florian Dehau Date: Sun, 3 Feb 2019 22:06:54 +0100 Subject: [PATCH] chore: bump itertools to 0.8 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 474ac5f..4652683 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,7 +22,7 @@ default = ["termion"] [dependencies] bitflags = "1.0" cassowary = "0.3" -itertools = "0.7" +itertools = "0.8" log = "0.4" either = "1.5" unicode-segmentation = "1.2"