about summary refs log tree commit diff
path: root/clippy_dev
diff options
context:
space:
mode:
authorklensy <klensy@users.noreply.github.com>2024-02-25 13:14:07 +0300
committerklensy <klensy@users.noreply.github.com>2024-02-25 13:14:07 +0300
commitcdaccd7fce7ac3bba597d8a4385150ee306dc05d (patch)
treea43d927d82245b8e8f7877d65f4383890d84e6c4 /clippy_dev
parenta2c1d565e576efb5f3abce367723711afe65c8cd (diff)
downloadrust-cdaccd7fce7ac3bba597d8a4385150ee306dc05d.tar.gz
rust-cdaccd7fce7ac3bba597d8a4385150ee306dc05d.zip
bump itertools to 0.12
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 5ec67554e7d..42a953039b1 100644
--- a/clippy_dev/Cargo.toml
+++ b/clippy_dev/Cargo.toml
@@ -7,7 +7,7 @@ edition = "2021"
 aho-corasick = "1.0"
 clap = "4.1.4"
 indoc = "1.0"
-itertools = "0.11"
+itertools = "0.12"
 opener = "0.6"
 shell-escape = "0.1"
 walkdir = "2.3"