X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=compiler%2Frustc_parse%2FCargo.toml;h=c887729c355700d5c83f60e204ec3daa84007a9a;hb=43fc1b3e24087df507babc439db8d2c2508c698c;hp=52835e5c8a94d03d2aa202573c53d6c8ac28bc8f;hpb=d3eb49baa9bf836997dccaf3c9aae41dd0a55e8e;p=rust.git diff --git a/compiler/rustc_parse/Cargo.toml b/compiler/rustc_parse/Cargo.toml index 52835e5c8a9..c887729c355 100644 --- a/compiler/rustc_parse/Cargo.toml +++ b/compiler/rustc_parse/Cargo.toml @@ -19,4 +19,4 @@ rustc_session = { path = "../rustc_session" } rustc_span = { path = "../rustc_span" } rustc_ast = { path = "../rustc_ast" } unicode-normalization = "0.1.11" -smallvec = { version = "1.0", features = ["union", "may_dangle"] } +smallvec = { version = "1.6.1", features = ["union", "may_dangle"] }