]> git.lizzy.rs Git - rust.git/blobdiff - compiler/rustc_mir_dataflow/Cargo.toml
Rollup merge of #98665 - ChrisDenton:deprecated-suggestion, r=compiler-errors
[rust.git] / compiler / rustc_mir_dataflow / Cargo.toml
index ffd7e3cd06bd266d1e797fb981811cfe1459cbe7..baf9735fbc846d074856d9ae49d15623e7d25ebf 100644 (file)
@@ -9,7 +9,7 @@ doctest = false
 [dependencies]
 polonius-engine = "0.13.0"
 regex = "1"
-smallvec = { version = "1.6.1", features = ["union", "may_dangle"] }
+smallvec = { version = "1.8.1", features = ["union", "may_dangle"] }
 tracing = "0.1"
 rustc_ast = { path = "../rustc_ast" }
 rustc_data_structures = { path = "../rustc_data_structures" }
@@ -18,6 +18,5 @@ rustc_hir = { path = "../rustc_hir" }
 rustc_index = { path = "../rustc_index" }
 rustc_middle = { path = "../rustc_middle" }
 rustc_serialize = { path = "../rustc_serialize" }
-rustc_session = { path = "../rustc_session" }
 rustc_target = { path = "../rustc_target" }
 rustc_span = { path = "../rustc_span" }