]> git.lizzy.rs Git - rust.git/blobdiff - compiler/rustc_traits/Cargo.toml
Rollup merge of #98964 - RalfJung:typo, r=Dylan-DPC
[rust.git] / compiler / rustc_traits / Cargo.toml
index 67f878df31cb545bae51629fb464773c91f13402..951554c77fbb567b0f2476a38df68f019fd3b676 100644 (file)
@@ -15,6 +15,6 @@ rustc_span = { path = "../rustc_span" }
 chalk-ir = "0.80.0"
 chalk-engine = "0.80.0"
 chalk-solve = "0.80.0"
-smallvec = { version = "1.6.1", features = ["union", "may_dangle"] }
+smallvec = { version = "1.8.1", features = ["union", "may_dangle"] }
 rustc_infer = { path = "../rustc_infer" }
 rustc_trait_selection = { path = "../rustc_trait_selection" }