]> git.lizzy.rs Git - rust.git/blobdiff - compiler/rustc_monomorphize/Cargo.toml
Rollup merge of #98072 - yaahc:generic-member-access, r=thomcc
[rust.git] / compiler / rustc_monomorphize / Cargo.toml
index f812afe6b62ba9cd88c6e660c056f94abc9065c1..41ba4d4b64a34143376e9421da4719b145725d6c 100644 (file)
@@ -7,10 +7,9 @@ edition = "2021"
 doctest = false
 
 [dependencies]
-smallvec = { version = "1.6.1", features = ["union", "may_dangle"] }
+smallvec = { version = "1.8.1", features = ["union", "may_dangle"] }
 tracing = "0.1"
 rustc_data_structures = { path = "../rustc_data_structures" }
-rustc_errors = { path = "../rustc_errors" }
 rustc_hir = { path = "../rustc_hir" }
 rustc_index = { path = "../rustc_index" }
 rustc_middle = { path = "../rustc_middle" }