]> git.lizzy.rs Git - rust.git/blobdiff - src/librustc/Cargo.toml
Auto merge of #61203 - memoryruins:bare_trait_objects, r=Centril
[rust.git] / src / librustc / Cargo.toml
index 2876024beb185964be239baefc314083e178c1b9..4d50e80d4cf674e858b22701cc60222589a1c9d4 100644 (file)
@@ -20,8 +20,8 @@ num_cpus = "1.0"
 scoped-tls = "1.0"
 log = { version = "0.4", features = ["release_max_level_info", "std"] }
 polonius-engine = "0.7.0"
-rustc-rayon = "0.1.2"
-rustc-rayon-core = "0.1.2"
+rustc-rayon = "0.2.0"
+rustc-rayon-core = "0.2.0"
 rustc_apfloat = { path = "../librustc_apfloat" }
 rustc_target = { path = "../librustc_target" }
 rustc_macros = { path = "../librustc_macros" }
@@ -36,7 +36,7 @@ byteorder = { version = "1.1", features = ["i128"]}
 chalk-engine = { version = "0.9.0", default-features=false }
 rustc_fs_util = { path = "../librustc_fs_util" }
 smallvec = { version = "0.6.7", features = ["union", "may_dangle"] }
-measureme = "0.2.1"
+measureme = "0.3"
 
 # Note that these dependencies are a lie, they're just here to get linkage to
 # work.