]> git.lizzy.rs Git - rust.git/blobdiff - compiler/rustc_metadata/Cargo.toml
Merge commit 'c19edfd71a1d0ddef86c2c67fdb40718d40a72b4' into sync_cg_clif-2022-07-25
[rust.git] / compiler / rustc_metadata / Cargo.toml
index 41224e33461776b212e3d92a20bcc63b08adc7ed..2c5db9d8b2765eab5ad0f4628ebe1e872692a656 100644 (file)
@@ -11,7 +11,8 @@ libloading = "0.7.1"
 odht = { version = "0.3.1", features = ["nightly"] }
 snap = "1"
 tracing = "0.1"
-smallvec = { version = "1.6.1", features = ["union", "may_dangle"] }
+smallvec = { version = "1.8.1", features = ["union", "may_dangle"] }
+tempfile = "3.2"
 rustc_middle = { path = "../rustc_middle" }
 rustc_attr = { path = "../rustc_attr" }
 rustc_data_structures = { path = "../rustc_data_structures" }