]> git.lizzy.rs Git - rust.git/blobdiff - compiler/rustc_mir_transform/Cargo.toml
Rollup merge of #95738 - GuillaumeGomez:item-info-switch-to-span, r=jsha
[rust.git] / compiler / rustc_mir_transform / Cargo.toml
index 7b000e2e1d22645303479956ce3b6cbf56f982c8..4c1a7eaf6f03b83c6af0c2e6b0c82845cb2074ab 100644 (file)
@@ -7,7 +7,7 @@ edition = "2021"
 doctest = false
 
 [dependencies]
-itertools = "0.10"
+itertools = "0.10.1"
 smallvec = { version = "1.6.1", features = ["union", "may_dangle"] }
 tracing = "0.1"
 rustc_ast = { path = "../rustc_ast" }