From 8e1ca3e5afc80640dd3ec10c82d64d21f2aaa68f Mon Sep 17 00:00:00 2001 From: messense Date: Mon, 26 Jul 2021 09:45:26 +0800 Subject: [PATCH] Update itertools to 0.10 in criterion-plot (#464) --- plot/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plot/Cargo.toml b/plot/Cargo.toml index 162931a5a..27e504684 100644 --- a/plot/Cargo.toml +++ b/plot/Cargo.toml @@ -13,7 +13,7 @@ license = "MIT/Apache-2.0" [dependencies] cast = "0.2" -itertools = "0.9" +itertools = "0.10" [dev-dependencies] itertools-num = "0.1"