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 /compiler/rustc_codegen_ssa | |
| parent | b4bf56cd66ca83e908fd43bde4c627f94b2a8a9f (diff) | |
| download | rust-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.toml | 2 |
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" |
