diff options
| author | Matthias Krüger <matthias.krueger@famsik.de> | 2022-03-06 15:41:26 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-03-06 15:41:26 +0100 |
| commit | dcc6ecf6abf25c0ed3b9c44220323c38ebc4b54b (patch) | |
| tree | 2baeb966bd22331f4b3217dffbf9b4974a049248 | |
| parent | 9bee01eb91764d1c54ec6979178b885e0b577773 (diff) | |
| parent | c8d6a55f6afe21f02f5e38f0c66e9950db779a3b (diff) | |
| download | rust-dcc6ecf6abf25c0ed3b9c44220323c38ebc4b54b.tar.gz rust-dcc6ecf6abf25c0ed3b9c44220323c38ebc4b54b.zip | |
Rollup merge of #94617 - pierwill:update-itertools, r=Mark-Simulacrum
Update `itertools` Update to 0.10.1
| -rw-r--r-- | Cargo.toml | 2 | ||||
| -rw-r--r-- | clippy_dev/Cargo.toml | 2 | ||||
| -rw-r--r-- | clippy_lints/Cargo.toml | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/Cargo.toml b/Cargo.toml index 5cc5530f874..d4ca9480bec 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -43,7 +43,7 @@ rustc-workspace-hack = "1.0" clippy_utils = { path = "clippy_utils" } derive-new = "0.5" if_chain = "1.0" -itertools = "0.10" +itertools = "0.10.1" quote = "1.0" serde = { version = "1.0", features = ["derive"] } syn = { version = "1.0", features = ["full"] } diff --git a/clippy_dev/Cargo.toml b/clippy_dev/Cargo.toml index d350d9a0018..d133e8cddab 100644 --- a/clippy_dev/Cargo.toml +++ b/clippy_dev/Cargo.toml @@ -7,7 +7,7 @@ edition = "2021" bytecount = "0.6" clap = "2.33" indoc = "1.0" -itertools = "0.10" +itertools = "0.10.1" opener = "0.5" regex = "1.5" shell-escape = "0.1" diff --git a/clippy_lints/Cargo.toml b/clippy_lints/Cargo.toml index 40d7dd70262..66e61660d31 100644 --- a/clippy_lints/Cargo.toml +++ b/clippy_lints/Cargo.toml @@ -12,7 +12,7 @@ edition = "2021" cargo_metadata = "0.14" clippy_utils = { path = "../clippy_utils" } if_chain = "1.0" -itertools = "0.10" +itertools = "0.10.1" pulldown-cmark = { version = "0.9", default-features = false } quine-mc_cluskey = "0.2" regex-syntax = "0.6" |
