X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=compiler%2Frustc_middle%2FCargo.toml;h=008d2c7091c1ea56ef61e1e580b3db46c2520621;hb=80ed61fbd64936ed676c2050e7e660b5ad78c9f2;hp=cee80823443f53c29e55cbfe49c21c569a4fd4f1;hpb=3ed9bbe9700f8ea46528dedb9fb242167b01a802;p=rust.git diff --git a/compiler/rustc_middle/Cargo.toml b/compiler/rustc_middle/Cargo.toml index cee80823443..008d2c7091c 100644 --- a/compiler/rustc_middle/Cargo.toml +++ b/compiler/rustc_middle/Cargo.toml @@ -30,7 +30,7 @@ rustc_serialize = { path = "../rustc_serialize" } rustc_ast = { path = "../rustc_ast" } rustc_span = { path = "../rustc_span" } chalk-ir = "0.80.0" -smallvec = { version = "1.6.1", features = ["union", "may_dangle"] } +smallvec = { version = "1.8.1", features = ["union", "may_dangle"] } rustc_session = { path = "../rustc_session" } rustc_type_ir = { path = "../rustc_type_ir" } rand = "0.8.4"