]> git.proxmox.com Git - rustc.git/blobdiff - src/librustc_data_structures/Cargo.toml
New upstream version 1.41.1+dfsg1
[rustc.git] / src / librustc_data_structures / Cargo.toml
index 065c8436ae06aa54fc5c19e9e727e94cf7873177..7fa40b8a869058670ebf03669d40930b75c0c081 100644 (file)
@@ -23,8 +23,10 @@ stable_deref_trait = "1.0.0"
 rayon = { version = "0.3.0", package = "rustc-rayon" }
 rayon-core = { version = "0.3.0", package = "rustc-rayon-core" }
 rustc-hash = "1.0.1"
-smallvec = { version = "0.6.7", features = ["union", "may_dangle"] }
+smallvec = { version = "1.0", features = ["union", "may_dangle"] }
 rustc_index = { path = "../librustc_index", package = "rustc_index" }
+bitflags = "1.2.1"
+measureme = "0.5"
 
 [dependencies.parking_lot]
 version = "0.9"