]> git.lizzy.rs Git - rust.git/blobdiff - compiler/rustc_typeck/Cargo.toml
Auto merge of #98569 - nnethercote:finalize_resolutions_id, r=cjgillot
[rust.git] / compiler / rustc_typeck / Cargo.toml
index b3dd6955080943668ddc153c500020d771fa300e..faf52e2695a33507a26a659741d934e2453ea7ea 100644 (file)
@@ -10,7 +10,6 @@ doctest = false
 [dependencies]
 rustc_arena = { path = "../rustc_arena" }
 tracing = "0.1"
-itertools = "0.10.1"
 rustc_macros = { path = "../rustc_macros" }
 rustc_middle = { path = "../rustc_middle" }
 rustc_attr = { path = "../rustc_attr" }
@@ -21,7 +20,7 @@ rustc_hir = { path = "../rustc_hir" }
 rustc_hir_pretty = { path = "../rustc_hir_pretty" }
 rustc_target = { path = "../rustc_target" }
 rustc_session = { path = "../rustc_session" }
-smallvec = { version = "1.6.1", features = ["union", "may_dangle"] }
+smallvec = { version = "1.8.1", features = ["union", "may_dangle"] }
 rustc_ast = { path = "../rustc_ast" }
 rustc_span = { path = "../rustc_span" }
 rustc_index = { path = "../rustc_index" }