X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=compiler%2Frustc_query_system%2FCargo.toml;h=b7787aeb8f7655a60b4a114adc36c5536982886b;hb=6a4b1572f9694f5d590f594198269506caf3c727;hp=b5a37cf324b008fa10c4351cec36e95adecc34e5;hpb=b20aff2b334f9e3372a8220e6e36b3907a01e48e;p=rust.git diff --git a/compiler/rustc_query_system/Cargo.toml b/compiler/rustc_query_system/Cargo.toml index b5a37cf324b..b7787aeb8f7 100644 --- a/compiler/rustc_query_system/Cargo.toml +++ b/compiler/rustc_query_system/Cargo.toml @@ -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"]