]> git.lizzy.rs Git - rust.git/blobdiff - compiler/rustc_borrowck/Cargo.toml
Rollup merge of #98868 - tmiasko:unreachable-coverage, r=wesleywiser
[rust.git] / compiler / rustc_borrowck / Cargo.toml
index 8a35921d745cf33a4d6dc4deb702f6a57caad827..fbf628e865e2c8bc52331cf6a413cfdcfbeddf3a 100644 (file)
@@ -11,7 +11,7 @@ either = "1.5.0"
 itertools = "0.10.1"
 tracing = "0.1"
 polonius-engine = "0.13.0"
-smallvec = { version = "1.6.1", features = ["union", "may_dangle"] }
+smallvec = { version = "1.8.1", features = ["union", "may_dangle"] }
 rustc_data_structures = { path = "../rustc_data_structures" }
 rustc_errors = { path = "../rustc_errors" }
 rustc_graphviz = { path = "../rustc_graphviz" }