]> git.lizzy.rs Git - rust.git/blobdiff - compiler/rustc_query_system/Cargo.toml
Remove erroneous E0133 code from an error message.
[rust.git] / compiler / rustc_query_system / Cargo.toml
index b5a37cf324b008fa10c4351cec36e95adecc34e5..b7787aeb8f7655a60b4a114adc36c5536982886b 100644 (file)
@@ -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"]