about summary refs log tree commit diff
path: root/compiler/rustc_ty_utils
diff options
context:
space:
mode:
authorklensy <klensy@users.noreply.github.com>2024-02-23 16:37:47 +0300
committerklensy <klensy@users.noreply.github.com>2024-03-08 12:34:05 +0300
commit52501c2a75143ca18eed4d4a72463c27dae450fd (patch)
treec8d363f35ecbc0e41e3813b736d9825bf3622778 /compiler/rustc_ty_utils
parent9fb91aa2e70bfcc1c0adaad79711f0321ea81ece (diff)
downloadrust-52501c2a75143ca18eed4d4a72463c27dae450fd.tar.gz
rust-52501c2a75143ca18eed4d4a72463c27dae450fd.zip
bump itertools to 0.12
still depend on 0.11:
* clippy
* rustfmt, sigh
Diffstat (limited to 'compiler/rustc_ty_utils')
-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 2a30bd5d539..01d5251bfa0 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.11"
+itertools = "0.12"
 rustc_ast_ir = { path = "../rustc_ast_ir" }
 rustc_data_structures = { path = "../rustc_data_structures" }
 rustc_errors = { path = "../rustc_errors" }