X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=compiler%2Frustc_ast_lowering%2FCargo.toml;h=39ba62ef2ffc551a1cda0f9b18a2d7bb61ab347a;hb=19932a55335d00c9829c5fc6473bc6cf0b689aff;hp=e344d8a7637c483cd67f0845e866f0576af051c0;hpb=c23add778c2aca1fc8b764464fe2a8aa7446f413;p=rust.git diff --git a/compiler/rustc_ast_lowering/Cargo.toml b/compiler/rustc_ast_lowering/Cargo.toml index e344d8a7637..39ba62ef2ff 100644 --- a/compiler/rustc_ast_lowering/Cargo.toml +++ b/compiler/rustc_ast_lowering/Cargo.toml @@ -20,4 +20,4 @@ rustc_span = { path = "../rustc_span" } rustc_errors = { path = "../rustc_errors" } rustc_session = { path = "../rustc_session" } rustc_ast = { path = "../rustc_ast" } -smallvec = { version = "1.6.1", features = ["union", "may_dangle"] } +smallvec = { version = "1.8.1", features = ["union", "may_dangle"] }