]> git.lizzy.rs Git - rust.git/blobdiff - compiler/rustc_infer/Cargo.toml
Auto merge of #98471 - wesleywiser:update_measureme, r=Mark-Simulacrum
[rust.git] / compiler / rustc_infer / Cargo.toml
index f87ea43b1a72c8720360eedbec17d6e42b5b733d..02ac83a5e8b25b3f32ecdbfb62d81013c34a71f3 100644 (file)
@@ -14,8 +14,7 @@ rustc_errors = { path = "../rustc_errors" }
 rustc_hir = { path = "../rustc_hir" }
 rustc_index = { path = "../rustc_index" }
 rustc_macros = { path = "../rustc_macros" }
-rustc_session = { path = "../rustc_session" }
 rustc_serialize = { path = "../rustc_serialize" }
 rustc_span = { path = "../rustc_span" }
 rustc_target = { path = "../rustc_target" }
-smallvec = { version = "1.6.1", features = ["union", "may_dangle"] }
+smallvec = { version = "1.8.1", features = ["union", "may_dangle"] }