about summary refs log tree commit diff
diff options
context:
space:
mode:
authorLzu Tao <taolzu@gmail.com>2020-03-29 12:50:11 +0700
committerLzu Tao <taolzu@gmail.com>2020-03-29 12:50:11 +0700
commit53880a5bd656a79e885d9edcbcce99dce00a9520 (patch)
treee96bfb12368c84e2dcb26fb8f950b8d57f35a61e
parent70b93aab6ec576c3665f38fd485bb5e0154a88f7 (diff)
downloadrust-53880a5bd656a79e885d9edcbcce99dce00a9520.tar.gz
rust-53880a5bd656a79e885d9edcbcce99dce00a9520.zip
Bump itertools
-rw-r--r--clippy_dev/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/clippy_dev/Cargo.toml b/clippy_dev/Cargo.toml
index c8aa1e79f34..c861efc8afb 100644
--- a/clippy_dev/Cargo.toml
+++ b/clippy_dev/Cargo.toml
@@ -7,7 +7,7 @@ edition = "2018"
 [dependencies]
 bytecount = "0.6"
 clap = "2.33"
-itertools = "0.8"
+itertools = "0.9"
 regex = "1"
 lazy_static = "1.0"
 shell-escape = "0.1"