]> git.lizzy.rs Git - rust.git/blobdiff - compiler/rustc_query_system/Cargo.toml
Auto merge of #98989 - dpaoliello:rawdylibbin, r=michaelwoerister
[rust.git] / compiler / rustc_query_system / Cargo.toml
index 8a35121f90cdbc48ad4beb39f8f4f7c02659f66a..b7787aeb8f7655a60b4a114adc36c5536982886b 100644 (file)
@@ -9,7 +9,7 @@ doctest = false
 [dependencies]
 rustc_arena = { path = "../rustc_arena" }
 tracing = "0.1"
-rustc-rayon-core = { version = "0.3.2", optional = true }
+rustc-rayon-core = { version = "0.4.0", optional = true }
 rustc_ast = { path = "../rustc_ast" }
 rustc_data_structures = { path = "../rustc_data_structures" }
 rustc_errors = { path = "../rustc_errors" }
@@ -22,7 +22,7 @@ rustc_session = { path = "../rustc_session" }
 rustc_span = { path = "../rustc_span" }
 rustc_target = { path = "../rustc_target" }
 parking_lot = "0.11"
-smallvec = { version = "1.6.1", features = ["union", "may_dangle"] }
+smallvec = { version = "1.8.1", features = ["union", "may_dangle"] }
 
 [features]
 rustc_use_parallel_compiler = ["rustc-rayon-core"]