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