X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=compiler%2Frustc_monomorphize%2FCargo.toml;h=41ba4d4b64a34143376e9421da4719b145725d6c;hb=7425fb293f510a6f138e82a963a3bc599a5b9e1c;hp=e4ac47f4982cbd60debb0f9ca2fd36c3d53e3d8e;hpb=7f605496e75141b473827f3b8d5cdeb17e9f3408;p=rust.git diff --git a/compiler/rustc_monomorphize/Cargo.toml b/compiler/rustc_monomorphize/Cargo.toml index e4ac47f4982..41ba4d4b64a 100644 --- a/compiler/rustc_monomorphize/Cargo.toml +++ b/compiler/rustc_monomorphize/Cargo.toml @@ -7,7 +7,7 @@ edition = "2021" doctest = false [dependencies] -smallvec = { version = "1.6.1", features = ["union", "may_dangle"] } +smallvec = { version = "1.8.1", features = ["union", "may_dangle"] } tracing = "0.1" rustc_data_structures = { path = "../rustc_data_structures" } rustc_hir = { path = "../rustc_hir" }