diff options
| author | klensy <klensy@users.noreply.github.com> | 2024-02-25 13:14:07 +0300 |
|---|---|---|
| committer | klensy <klensy@users.noreply.github.com> | 2024-02-25 13:14:07 +0300 |
| commit | cdaccd7fce7ac3bba597d8a4385150ee306dc05d (patch) | |
| tree | a43d927d82245b8e8f7877d65f4383890d84e6c4 /clippy_dev | |
| parent | a2c1d565e576efb5f3abce367723711afe65c8cd (diff) | |
| download | rust-cdaccd7fce7ac3bba597d8a4385150ee306dc05d.tar.gz rust-cdaccd7fce7ac3bba597d8a4385150ee306dc05d.zip | |
bump itertools to 0.12
Diffstat (limited to 'clippy_dev')
| -rw-r--r-- | clippy_dev/Cargo.toml | 2 |
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" |
