X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=compiler%2Frustc_traits%2FCargo.toml;h=951554c77fbb567b0f2476a38df68f019fd3b676;hb=56667b5a0703c9fe2056a19ae161d6ac722a9bc5;hp=67f878df31cb545bae51629fb464773c91f13402;hpb=e3813e46a26af1534bef47f257e57bd908fbb3ce;p=rust.git diff --git a/compiler/rustc_traits/Cargo.toml b/compiler/rustc_traits/Cargo.toml index 67f878df31c..951554c77fb 100644 --- a/compiler/rustc_traits/Cargo.toml +++ b/compiler/rustc_traits/Cargo.toml @@ -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" }