about summary refs log tree commit diff
path: root/compiler/rustc_data_structures
diff options
context:
space:
mode:
authorNicholas Nethercote <n.nethercote@gmail.com>2023-11-14 10:02:52 +1100
committerNicholas Nethercote <n.nethercote@gmail.com>2023-11-22 08:13:21 +1100
commit3eadc6844bfb4da5ab5e28414eb11ed39fc72e0f (patch)
tree726f74ad64c4abc6dda2134acb265f07931583cc /compiler/rustc_data_structures
parent1d320ed38708f2a1c72553d3d42e1ccb6b79373b (diff)
downloadrust-3eadc6844bfb4da5ab5e28414eb11ed39fc72e0f.tar.gz
rust-3eadc6844bfb4da5ab5e28414eb11ed39fc72e0f.zip
Update itertools to 0.11.
Because the API for `with_position` improved in 0.11 and I want to use
it.
Diffstat (limited to 'compiler/rustc_data_structures')
-rw-r--r--compiler/rustc_data_structures/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_data_structures/Cargo.toml b/compiler/rustc_data_structures/Cargo.toml
index 8d91c4c4376..77d9e491748 100644
--- a/compiler/rustc_data_structures/Cargo.toml
+++ b/compiler/rustc_data_structures/Cargo.toml
@@ -10,7 +10,7 @@ bitflags = "1.2.1"
 elsa = "=1.7.1"
 ena = "0.14.2"
 indexmap = { version = "2.0.0" }
-itertools = "0.10.1"
+itertools = "0.11"
 jobserver_crate = { version = "0.1.13", package = "jobserver" }
 libc = "0.2"
 measureme = "10.0.0"