about summary refs log tree commit diff
path: root/compiler/rustc_codegen_ssa
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 /compiler/rustc_codegen_ssa
parentb4bf56cd66ca83e908fd43bde4c627f94b2a8a9f (diff)
downloadrust-f684acdd7efe9767978d81eb9460077e50692dce.tar.gz
rust-f684acdd7efe9767978d81eb9460077e50692dce.zip
Update `itertools`
Update to 0.10.1
Diffstat (limited to 'compiler/rustc_codegen_ssa')
-rw-r--r--compiler/rustc_codegen_ssa/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_codegen_ssa/Cargo.toml b/compiler/rustc_codegen_ssa/Cargo.toml
index 8bbf25ce030..87d0680bf6f 100644
--- a/compiler/rustc_codegen_ssa/Cargo.toml
+++ b/compiler/rustc_codegen_ssa/Cargo.toml
@@ -9,7 +9,7 @@ test = false
 [dependencies]
 bitflags = "1.2.1"
 cc = "1.0.69"
-itertools = "0.10"
+itertools = "0.10.1"
 tracing = "0.1"
 libc = "0.2.50"
 jobserver = "0.1.22"