diff options
| author | pierwill <pierwill@users.noreply.github.com> | 2022-03-04 11:54:28 -0600 |
|---|---|---|
| committer | pierwill <pierwill@users.noreply.github.com> | 2022-03-04 11:54:28 -0600 |
| commit | f684acdd7efe9767978d81eb9460077e50692dce (patch) | |
| tree | 055ea621e2c294d3c62ff5225c556b800fb6d8d1 /src/tools | |
| parent | b4bf56cd66ca83e908fd43bde4c627f94b2a8a9f (diff) | |
| download | rust-f684acdd7efe9767978d81eb9460077e50692dce.tar.gz rust-f684acdd7efe9767978d81eb9460077e50692dce.zip | |
Update `itertools`
Update to 0.10.1
Diffstat (limited to 'src/tools')
| -rw-r--r-- | src/tools/clippy/Cargo.toml | 2 | ||||
| -rw-r--r-- | src/tools/clippy/clippy_dev/Cargo.toml | 2 | ||||
| -rw-r--r-- | src/tools/clippy/clippy_lints/Cargo.toml | 2 | ||||
| -rw-r--r-- | src/tools/rustfmt/Cargo.toml | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/src/tools/clippy/Cargo.toml b/src/tools/clippy/Cargo.toml index 5cc5530f874..d4ca9480bec 100644 --- a/src/tools/clippy/Cargo.toml +++ b/src/tools/clippy/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/src/tools/clippy/clippy_dev/Cargo.toml b/src/tools/clippy/clippy_dev/Cargo.toml index d350d9a0018..d133e8cddab 100644 --- a/src/tools/clippy/clippy_dev/Cargo.toml +++ b/src/tools/clippy/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/src/tools/clippy/clippy_lints/Cargo.toml b/src/tools/clippy/clippy_lints/Cargo.toml index 40d7dd70262..66e61660d31 100644 --- a/src/tools/clippy/clippy_lints/Cargo.toml +++ b/src/tools/clippy/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" diff --git a/src/tools/rustfmt/Cargo.toml b/src/tools/rustfmt/Cargo.toml index 8d9c4a7fb20..764714638a9 100644 --- a/src/tools/rustfmt/Cargo.toml +++ b/src/tools/rustfmt/Cargo.toml @@ -33,7 +33,7 @@ rustfmt-format-diff = [] generic-simd = ["bytecount/generic-simd"] [dependencies] -itertools = "0.9" +itertools = "0.10.1" toml = "0.5" serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" |
