summaryrefslogtreecommitdiffstats
path: root/compiler/rustc_ty_utils/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/rustc_ty_utils/Cargo.toml')
-rw-r--r--compiler/rustc_ty_utils/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_ty_utils/Cargo.toml b/compiler/rustc_ty_utils/Cargo.toml
index 7e00f1e0c..f8eb82da8 100644
--- a/compiler/rustc_ty_utils/Cargo.toml
+++ b/compiler/rustc_ty_utils/Cargo.toml
@@ -5,7 +5,7 @@ edition = "2021"
[dependencies]
# tidy-alphabetical-start
-itertools = "0.10.1"
+itertools = "0.11"
rustc_data_structures = { path = "../rustc_data_structures" }
rustc_errors = { path = "../rustc_errors" }
rustc_fluent_macro = { path = "../rustc_fluent_macro" }