]> 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 c08023ee6a70a50187c9c8bbf4b19f17c5d96c8b..faf52e2695a33507a26a659741d934e2453ea7ea 100644 (file)
@@ -20,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" }