about summary refs log tree commit diff
path: root/src/tools/rustfmt
diff options
context:
space:
mode:
authorpierwill <pierwill@users.noreply.github.com>2022-03-04 11:54:28 -0600
committerpierwill <pierwill@users.noreply.github.com>2022-03-04 11:54:28 -0600
commitf684acdd7efe9767978d81eb9460077e50692dce (patch)
tree055ea621e2c294d3c62ff5225c556b800fb6d8d1 /src/tools/rustfmt
parentb4bf56cd66ca83e908fd43bde4c627f94b2a8a9f (diff)
downloadrust-f684acdd7efe9767978d81eb9460077e50692dce.tar.gz
rust-f684acdd7efe9767978d81eb9460077e50692dce.zip
Update `itertools`
Update to 0.10.1
Diffstat (limited to 'src/tools/rustfmt')
-rw-r--r--src/tools/rustfmt/Cargo.toml2
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"