From 806699342e5dcfaa031aadd0fe5649fdaee33afe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matthias=20Kr=C3=BCger?= Date: Sun, 8 Mar 2020 01:33:17 +0100 Subject: [PATCH] deps: bump itertools 0.8 -> 0.9 changelog: none --- clippy_lints/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clippy_lints/Cargo.toml b/clippy_lints/Cargo.toml index ad3b077ec4b..99eebcdd3d5 100644 --- a/clippy_lints/Cargo.toml +++ b/clippy_lints/Cargo.toml @@ -19,7 +19,7 @@ edition = "2018" [dependencies] cargo_metadata = "0.9.0" if_chain = "1.0.0" -itertools = "0.8" +itertools = "0.9" lazy_static = "1.0.2" matches = "0.1.7" pulldown-cmark = { version = "0.7", default-features = false }