X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=compiler%2Frustc_monomorphize%2FCargo.toml;h=41ba4d4b64a34143376e9421da4719b145725d6c;hb=1ba1fec234d07f43765c3c65ac341a4e64fb911a;hp=e4ac47f4982cbd60debb0f9ca2fd36c3d53e3d8e;hpb=85f1de20e76001db54d64ee0c3f9fec797075938;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" }