about summary refs log tree commit diff
path: root/clippy_dev
diff options
context:
space:
mode:
authorNicholas Nethercote <n.nethercote@gmail.com>2023-11-14 10:02:52 +1100
committerNicholas Nethercote <n.nethercote@gmail.com>2023-11-22 08:13:21 +1100
commitfa7cd2548ca12e3c6716d4b685a017eb26801c4b (patch)
tree5527c42053b4ac9353e2fbc2521dd5e9f00cf53d /clippy_dev
parent82babe0303eb0b40144ec6adb96878bec18a32a2 (diff)
downloadrust-fa7cd2548ca12e3c6716d4b685a017eb26801c4b.tar.gz
rust-fa7cd2548ca12e3c6716d4b685a017eb26801c4b.zip
Update itertools to 0.11.
Because the API for `with_position` improved in 0.11 and I want to use
it.
Diffstat (limited to 'clippy_dev')
-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 c3f8a782d27..ce738e3f4ec 100644
--- a/clippy_dev/Cargo.toml
+++ b/clippy_dev/Cargo.toml
@@ -7,7 +7,7 @@ edition = "2021"
 aho-corasick = "0.7"
 clap = "4.1.4"
 indoc = "1.0"
-itertools = "0.10.1"
+itertools = "0.11"
 opener = "0.5"
 shell-escape = "0.1"
 walkdir = "2.3"