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 | 5f08cb9f2f3231953eca65bc0de812e29ed7f5f4 (patch) | |
| tree | 2055029715dc1fb45458eac4fb602b57e4b6cafd /src/tools/rustfmt | |
| parent | faf1a7ffc8792f0396399d007e83a851daf67422 (diff) | |
| parent | f684acdd7efe9767978d81eb9460077e50692dce (diff) | |
| download | rust-5f08cb9f2f3231953eca65bc0de812e29ed7f5f4.tar.gz rust-5f08cb9f2f3231953eca65bc0de812e29ed7f5f4.zip | |
Rollup merge of #94617 - pierwill:update-itertools, r=Mark-Simulacrum
Update `itertools` Update to 0.10.1
Diffstat (limited to 'src/tools/rustfmt')
| -rw-r--r-- | src/tools/rustfmt/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
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" |
